readDatamlx | R Documentation |
Read data in a Monolix/NONMEM format
readDatamlx(
data = NULL,
out.data = FALSE,
nbSSDoses = 10,
obs.rows = FALSE,
datafile = NULL,
header = NULL
)
data |
a list with fields
|
out.data |
TRUE/FALSE (default=FALSE) returns the original data as a table and some information about the Monolix project |
nbSSDoses |
number of additional doses to use for steady-state (default=10) |
obs.rows |
a list of observation indexes |
datafile |
(deprecated) a formatted data file |
header |
(deprecated) a vector of strings |
A list of data frames
## Not run:
# using a data file:
warfarinPK <- list(dataFile = "data/warfarinPK.csv",
headerTypes = c("id", "time", "observation", "amount",
"contcov", "contcov", "catcov"),
administration = "oral")
d <- readDatamlx(data=warfarinPK)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.