Skip to content

mrgsolve 1.0.4

Compare
Choose a tag to compare
@kylebaron kylebaron released this 16 May 13:53
b54a180
  • Fix bug where as_data_frame() was not properly working when leading event
    object was evd type (#948, #955).

  • Add uctran() to convert nmtran data names to upper case (#955).

  • Both lctran() and uctran() are generic and work on data.frame or
    event (ev) objects (#949, #955).

  • Fix bug where data records with EVID = 3 were getting shifted in time by
    ALAG (#964, #969).

  • Small negative eigenvalues from OMEGA or SIGMA are set to zero in
    multivariate normal simulation of ETA and EPS, following the pattern
    seen in MASS::mvrnorm() (#956, #957).

  • Fixed bug where template parameters (T) were getting modified when nm-vars
    plugin was used in conjunction with mrgx plugin (#965, #968).