summary.nlmm | R Documentation |
nlmm
ObjectSummary method for class nlmm
.
## S3 method for class 'nlmm'
summary(object, alpha = 0.05, ...)
object |
an object of |
alpha |
significance level. |
... |
not used. |
print.summary.nlmm
formats the coefficients, standard errors, etc. and additionally gives ‘significance stars’.
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. |
Marco Geraci
print.summary.nlmm
nlmm
## Not run:
data(rats)
fit <- nlmm(y ~ trt*time, random = ~ 1, group = id, data = rats,
control = nlmmControl(multistart = FALSE))
summary(fit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.