summary.orth-class {orth} | R Documentation |
An S4 class that contains the summary of an orth object. This class
is created as a result of running the code summary()
on an orth class.
Objects can be created by calls of the form new("summary.orth", ...)
.
However, the user should never do this.
betas
:"matrix"
alphas
:"matrix"
betas.naive
:"matrix"
alphas.naive
:"matrix"
signature(object = "summary.orth")
: Provides the summary
from model fittingsignature(object = "summary.orth")
: Provides the summary
of the summary. This is done because a summary on an orth object gives everything
in terms of robust covariance. Because we do not want to clutter the output, the
user has to perform a summary on the summary if he/she wants to see things in terms
of naive (or model-based) standard errors.