From a54bd290bc3884d0000c52c1b29bc557825d9eae Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 15 Dec 2022 14:50:28 +0100 Subject: List random effects correlations in output if any Update docs --- docs/dev/reference/illparms.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'docs/dev/reference/illparms.html') diff --git a/docs/dev/reference/illparms.html b/docs/dev/reference/illparms.html index 8fe71568..9c498e1c 100644 --- a/docs/dev/reference/illparms.html +++ b/docs/dev/reference/illparms.html @@ -116,7 +116,14 @@ without parameter transformations is used.

print(x, ...) # S3 method for saem.mmkin -illparms(object, conf.level = 0.95, random = TRUE, errmod = TRUE, ...) +illparms( + object, + conf.level = 0.95, + random = TRUE, + errmod = TRUE, + slopes = TRUE, + ... +) # S3 method for illparms.saem.mmkin print(x, ...) @@ -154,6 +161,12 @@ without parameter transformations is used.

For hierarchical fits, should error model parameters be tested?

+ +
slopes
+

For hierarchical saem fits using saemix as backend, +should slope parameters in the covariate model(starting with 'beta_') be +tested?

+

Value

-- cgit v1.2.1