Learn R Programming

gremlin (version 0.1.0.1)

summary.gremlin: Gremlin model summary.

Description

Summarize and print results of linear mixed model fitted with gremlin.

Usage

# S3 method for gremlin
summary(object, ...)

# S3 method for summary.gremlin print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

object, x

An object of class ‘gremlin’ or ‘summary.gremlin’.

Additional arguments to be passed to control the output.

digits

An integer used for number formatting with ‘signif()’.

Value

A list of class summary.gremlin or a printed value to the screen with no return values.

logLik

Model log-likelihood.

formulae

Model fixed, random, and residual formulae.

varcompSummary

Table of variance components and approximate standard errors (calculated from the inverse of the average information matrix).

fxdSummary

Table of fixed effects and standard errors (calculated from the corresponding diagonal elements of the inverse of the coefficient matrix).

See Also

gremlin