Summary and printing functions of varComp
objects.
# S3 method for varComp
print(x, ...)
# S3 method for varComp
summary(object, ...)
A varComp
object
Not used in print.varComp
. For summary.varComp
, the …
are passed to fixef.varComp
.
invisible(x)
for print.varComp
.
An object of class c("summary.varComp", "varComp")
for summary.varComp
.
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
.