valid_idata_set {mrgsolve} | R Documentation |
Validate and prepare idata data sets for simulation
Description
This function is called by mrgsim()
and friends to check and prepare
input data sets for simulation. Users may also call this function to
pre-validate data when the same data set is used for repeated simulation.
Usage
valid_idata_set(x, m, verbose = FALSE, quiet = FALSE)
Arguments
x |
data.frame or matrix. |
m |
a model object. |
verbose |
logical. |
quiet |
if |
Details
An error will be issued when
non-numeric data is found in columns sharing names with model parameters
a column is found that is internally classed, including columns that inherit from
integer64
(seeis.object()
)
Value
A numeric matrix with class valid_idata_set
.
See Also
valid_data_set()
, idata_set()
, data_set()
[Package mrgsolve version 1.5.1 Index]