mrgsolve 1.0.4
-
Fix bug where
as_data_frame()
was not properly working when leading event
object wasevd
type (#948, #955). -
Add
uctran()
to convert nmtran data names to upper case (#955). -
Both
lctran()
anductran()
are generic and work ondata.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
orSIGMA
are set to zero in
multivariate normal simulation ofETA
andEPS
, following the pattern
seen inMASS::mvrnorm()
(#956, #957). -
Fixed bug where template parameters (
T
) were getting modified whennm-vars
plugin was used in conjunction withmrgx
plugin (#965, #968).