obsvnl.diag.orth-class {orth}R Documentation

Class "obsvnl.diag.orth"

Description

An S4 class that contains the observational level deletion diagnostics. It is created as a result of running the function diag.cls(orth.obj)

Objects from the Class

Objects can be created by calls of the form new("obsvnl.diag.orth", ...). However, the user rarely (if ever) has to do this since the function diag.obs(orth.obj) is used to create this class.

Slots

dfbet:
Object of class "matrix"
dfalp:
Object of class "matrix"
cook.robust:
Object of class "matrix"
cook.naive:
Object of class "matrix"

Methods

cook.naive
signature(object = "obsvnl.diag.orth"): Cook's distance based on naive covariance matrix
cook.robust
signature(object = "obsvnl.diag.orth"): Cook's distance based onrobust covariance matrix
df.alp
signature(object = "obsvnl.diag.orth"): Computes DFALPHA
df.bet
signature(object = "obsvnl.diag.orth"): Computes DFBETA
lev.alp
signature(object = "obsvnl.diag.orth"): Computes leverage for the association parameters
lev.bet
signature(object = "obsvnl.diag.orth"): Computes leverage for the mean parameters

See Also

cluster.diag.orth-class


[Package orth version 1.5 Index]