ds_mixed | R Documentation |
The R code used to create this data object is installed with this package in the 'dataset_generation' directory.
## Not run:
sfo_mmkin <- mmkin("SFO", ds_sfo, quiet = TRUE, error_model = "tc", cores = 15)
sfo_saem <- saem(sfo_mmkin, no_random_effect = "parent_0")
plot(sfo_saem)
## End(Not run)
# This is the code used to generate the datasets
cat(readLines(system.file("dataset_generation/ds_mixed.R", package = "mkin")), sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.