mrgsolve 0.7.5
- The
modmrg
package was discontinued. All of the pre-coded models are now available inmrgsolve
. Simply callmread
with the model stem (e.g.pk1cmt
,irm3
, etc ...) and callmodlib()
as theproject
argument. For example:mod <- mread("emax", modlib())
will compile theemax
model and return the model object.
The source package (built) is attached as mrgsolve_0.7.5.tar.gz. But the recommended installation method is with devtools::install_github("metrumresearchgroup/[email protected]", subdir="rdev")