diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-16 19:12:40 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-16 19:12:40 +0100 |
commit | a0192522fd79cced4e22e3e6096e4238b6ac2329 (patch) | |
tree | 59e235a7523810569257461371063c5a88857ea2 /man | |
parent | 1a14621ec15a1d0142b55511a05919add3d28ceb (diff) |
Add printout of d24 model and update docs
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, ... ) |