v2.1.6
Breaking changes
- Since
rxode2
now allows simulation withomega
having diagonal
zero elements,$omega
and$omegaR
now reflects this information
including the zero omega elements in the output. On the other hand,
the other eta-information and standard error information for zero
etas are still excluded in$phiR
,$phiSE
,$eta
etc.
Bug fixes
-
vpcSim()
works when an eta value is fixed to 0 (#341) -
augPred()
now consistently uses the simulation model (instead of
the inner model used forCWRES
calculation).
What's Changed
- Add mu ref fix by @mattfidler in #338
- Make addCwres() error clearer for model with no etas by @billdenney in #340
- Update documentation to link parts together (and some minor code formatting changes) by @billdenney in #345
- vpcSim works with etas set to 0 by @billdenney in #342
- Warn on time-varying covariate changes by @mattfidler in #349
- Adds documentation for the nlmixr2 object by @john-harrold in #351
- Aug pred fix by @mattfidler in #352
New Contributors
- @john-harrold made their first contribution in #351
Full Changelog: v2.1.5...v2.1.6