orth-class {orth}R Documentation

Class "orth"

Description

An S4 class. The class is returned from the "orth()" function

Objects from the Class

Objects can be created by calls of the form new("orth", ...). However, the user can pretty much ignore this since it is returned automatically from fitting a regression model.

Slots

call:
Object of class "call"
betas:
Object of class "vector". Estimates of the mean parameters.
alphas:
Object of class "vector". Estimates of the association parameters
variance:
Object of class "list". Contains covariance matrices
num.iter:
Object of class "numeric". Number of iterations
converge:
Object of class "logical". Convergence status
lambda:
Object of class "numeric". Value of the correlation parameter if estimated
score:
Object of class "list".

Methods

formula
Extracts formula from the orth class. User need not be concerned with this
update
Updates orth class when new model formula is provided
show
Prints the results from fitting regression model
summary
Gives summary from fitting regression model

[Package orth version 1.5 Index]