summary.nlmm {nlmm} | R Documentation |
Summary for an nlmm
Object
Description
Summary method for class nlmm
.
Usage
## S3 method for class 'nlmm'
summary(object, alpha = 0.05, ...)
Arguments
object |
an object of |
alpha |
significance level. |
... |
not used. |
Details
print.summary.nlmm
formats the coefficients, standard errors, etc. and additionally gives ‘significance stars’.
Value
an object of class summary.nlmm
. The function summary.nlmm
computes and returns a list of summary statistics of the fitted generalized Laplace mixed-effects model given in object
, using the components (list elements) from its argument, plus
tTable |
a matrix with estimates, standard errors, etc. |
Author(s)
Marco Geraci
See Also
Examples
## Not run:
data(rats)
fit <- nlmm(y ~ trt*time, random = ~ 1, group = id, data = rats,
control = nlmmControl(multistart = FALSE))
summary(fit)
## End(Not run)
[Package nlmm version 1.1.0 Index]