diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-21 12:33:35 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-21 12:33:35 +0200 |
commit | 32e38914d066c28db060e912b5df6c24470c9e14 (patch) | |
tree | 570ffc1fec502ceb1349bd59df80e41fc85f7edf /man/saem.Rd | |
parent | a4a6585639c09d0174df4e14f7dc912f2ba339f9 (diff) |
Add a simple anova method for model comparison
Update docs
Diffstat (limited to 'man/saem.Rd')
-rw-r--r-- | man/saem.Rd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/saem.Rd b/man/saem.Rd index a9c4a1bb..2b9199dd 100644 --- a/man/saem.Rd +++ b/man/saem.Rd @@ -19,6 +19,8 @@ saem(object, ...) conf.level = 0.6, solution_type = "auto", covariance.model = "auto", + covariates = NULL, + covariate_models = NULL, no_random_effect = NULL, nbiter.saemix = c(300, 100), control = list(displayProgress = FALSE, print = FALSE, nbiter.saemix = nbiter.saemix, @@ -38,13 +40,15 @@ saemix_model( degparms_start = numeric(), covariance.model = "auto", no_random_effect = NULL, + covariates = NULL, + covariate_models = NULL, test_log_parms = FALSE, conf.level = 0.6, verbose = FALSE, ... ) -saemix_data(object, verbose = FALSE, ...) +saemix_data(object, covariates = NULL, verbose = FALSE, ...) \method{parms}{saem.mmkin}(object, ci = FALSE, ...) } |