S4 class for mrgsolve model object.
modelmodel name <character>
projectworking directory; must be writeable with no spaces <character>
startsimulation start time <numeric>
endsimulation end time <numeric>
deltasimulation time interval <numeric>
addadditional simulation times <numeric-vector>
paramparameter_list
fixeda parameter_list of fixed value parameters; these are not updatable from R
initcmt_list
eventsevents object
digitssignificant digits in simulated output; negative integer means ignore <numeric>
hminpassed to dlsoda <numeric>
hmaxpassed to dlsoda <numeric>
mxhnilpassed to dlsoda <numeric>
ixprpassed to dlsoda <numeric>
atolpassed to dlsoda <numeric>
rtolpassed to dlsoda <numeric>
maxstepspassed to dlsoda <numeric>
precleanpassed to R CMD SHLIB during compilation <logical>
verboseprint run information to screen <logical>
tscaleused to scale time in simulated output <numeric>
omegamatlist for simulating individual-level random effects
sigmamatlist for simulating residual error variates
args<list> of arguments to be passed to mrgsim
advaneither 2, 4, or 13 <numeric>
transeither 1, 2, 4, or 11
requestvector of compartments to request <character>
solocdirectory path for storing the model shared object <character>
codea character vector of the model code
mindtminimum time between simulation records <numeric>
envirinternal model environment <environment>
annotmodel annotations <list>
pluginmodel plugins <character>
Spaces in paths (project and soloc) are prohibited.