cluster.diag.orth-class {orth} | R Documentation |
An S4 class that contains the cluster 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("cluster.diag.orth", ...)
.
However, the user rarely (if ever) has to do this since the function
diag.cls(orth.obj)
is used to create this class.
dfbet
:"matrix"
: Contains cluster level dfbeta dfalp
:"matrix"
: Contains cluster level dfalpha h.bet
:"matrix"
: Contains cluster level leverage for the mean parameters h.alp
:"matrix"
: Contains cluster level leverage for the association parameters cook.robust
:"matrix"
: Contains cluster level Cook's distance based on
robust covariance cook.naive
:"matrix"
: Contains cluster level Cook's distance based on
naive covariance signature(object = "cluster.diag.orth")
: Cook's distance
based on naive covariance matrix signature(object = "cluster.diag.orth")
: Cook's distance
based onrobust covariance matrix signature(object = "cluster.diag.orth")
: Computes DFALPHA signature(object = "cluster.diag.orth")
: Computes DFBETA signature(object = "cluster.diag.orth")
: Computes leverage
for the association parameters signature(object = "cluster.diag.orth")
: Computes leverage
for the mean parameters