obsvnl.diag.orth-class {orth} | R Documentation |
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 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.
dfbet
:"matrix"
dfalp
:"matrix"
cook.robust
:"matrix"
cook.naive
:"matrix"
signature(object = "obsvnl.diag.orth")
: Cook's distance
based on naive covariance matrix signature(object = "obsvnl.diag.orth")
: Cook's distance
based onrobust covariance matrix signature(object = "obsvnl.diag.orth")
: Computes DFALPHA signature(object = "obsvnl.diag.orth")
: Computes DFBETA signature(object = "obsvnl.diag.orth")
: Computes leverage
for the association parameters signature(object = "obsvnl.diag.orth")
: Computes leverage
for the mean parameters