summary.gremlin {gremlin} | R Documentation |
Summarize and print results of linear mixed model fitted with gremlin.
## S3 method for class 'gremlin' summary(object, ...) ## S3 method for class 'summary.gremlin' print(x, digits = max(3, getOption("digits") - 3), ...)
object, x |
An object of |
... |
Additional arguments to be passed to control the output. |
digits |
An |
A list
of class summary.gremlin
or a printed value
to the screen with no return values.
Model log-likelihood.
Model fixed, random, and residual formulae.
Table of variance components and approximate standard errors (calculated from the inverse of the average information matrix).
Table of fixed effects and standard errors (calculated from the corresponding diagonal elements of the inverse of the coefficient matrix).