print.varComp: Summary and printing of varComp objects

Description Usage Arguments Details Value Author(s)

View source: R/print.varComp.R

Description

Summary and printing functions of varComp objects.

Usage

1
2
3
4
## S3 method for class 'varComp'
print(x, ...)
## S3 method for class 'varComp'
summary(object, ...)

Arguments

x, object

A varComp object

...

Not used in print.varComp. For summary.varComp, the ... are passed to fixef.varComp.

Details

print.varComp will print the fixed effect estimates, variance parameter estimates, and the number of observations.

summary.varComp will expand the fixef component by calling fixef.varComp.

Value

invisible(x) for print.varComp.

An object of class c("summary.varComp", "varComp") for summary.varComp.

Author(s)

Long Qu


varComp documentation built on May 2, 2019, 5:15 p.m.