aboutsummaryrefslogtreecommitdiff
path: root/man/nlme.mmkin.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-12-02 07:53:37 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-12-02 07:53:37 +0100
commitae8ba4b0e52aae9b317b0244e7162037bee9d27b (patch)
tree0020db3af4e3eb9450ee0345fdcd43b24ec47ef2 /man/nlme.mmkin.Rd
parent524a8bba89b95840b4e9215c403947a8bb76d7b2 (diff)
Possibility to specify random effects structures
The default is pdDiag again, as we often have a small number of datasets in degradation kinetics.
Diffstat (limited to 'man/nlme.mmkin.Rd')
-rw-r--r--man/nlme.mmkin.Rd9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/nlme.mmkin.Rd b/man/nlme.mmkin.Rd
index 7a72a19a..f78256ac 100644
--- a/man/nlme.mmkin.Rd
+++ b/man/nlme.mmkin.Rd
@@ -8,11 +8,12 @@
\usage{
\method{nlme}{mmkin}(
model,
- data = sys.frame(sys.parent()),
- fixed,
- random = fixed,
+ data = "auto",
+ fixed = lapply(as.list(names(mean_degparms(model))), function(el) eval(parse(text =
+ paste(el, 1, sep = "~")))),
+ random = pdDiag(fixed),
groups,
- start,
+ start = mean_degparms(model, random = TRUE),
correlation = NULL,
weights = NULL,
subset,

Contact - Imprint