diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/D24_2014.Rd | 1 | ||||
-rw-r--r-- | man/saem.Rd | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/man/D24_2014.Rd b/man/D24_2014.Rd index d0ab516a..90fde27b 100644 --- a/man/D24_2014.Rd +++ b/man/D24_2014.Rd @@ -40,5 +40,6 @@ print(D24_2014$ds[[1]], data = TRUE) m_D24 = mkinmod(D24 = mkinsub("SFO", to = "DCP"), DCP = mkinsub("SFO", to = "DCA"), DCA = mkinsub("SFO")) +print(D24_2014) } \keyword{datasets} diff --git a/man/saem.Rd b/man/saem.Rd index 1fdfb2c4..dba948bb 100644 --- a/man/saem.Rd +++ b/man/saem.Rd @@ -16,7 +16,6 @@ saem(object, ...) solution_type = "auto", control = list(displayProgress = FALSE, print = FALSE, save = FALSE, save.graphs = FALSE), - cores = 1, verbose = FALSE, suppressPlot = TRUE, quiet = FALSE, @@ -29,7 +28,6 @@ saemix_model( object, solution_type = "auto", transformations = c("mkin", "saemix"), - cores = 1, verbose = FALSE, ... ) |