summary.orth-class {orth}R Documentation

Class summary.orth

Description

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 from the Class

Objects can be created by calls of the form new("summary.orth", ...). However, the user should never do this.

Slots

betas:
Object of class "matrix"
alphas:
Object of class "matrix"
betas.naive:
Object of class "matrix"
alphas.naive:
Object of class "matrix"

Methods

show
signature(object = "summary.orth"): Provides the summary from model fitting
summary
signature(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.

[Package orth version 1.5 Index]