Learn R Programming

varComp (version 0.2-0)

print.varComp: Summary and printing of varComp objects

Description

Summary and printing functions of varComp objects.

Usage

# S3 method for varComp
print(x, ...)
# S3 method for varComp
summary(object, ...)

Arguments

x, object

A varComp object

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

Value

invisible(x) for print.varComp.

An object of class c("summary.varComp", "varComp") for summary.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.