Description Objects from the "OutlierDC" Class Slots Methods See Also Examples
The S4 class of OutlierDC
Objects can be created by calls of the form new("OutlierDC").
call:evaluated function call
formula:formula to be used with the type of "Formula"
raw.data:data to be used with the type of "data.frame"
refined.data:data set after removing outliers
outlier.data:data set containing outliers
coefficients:estimated censored quantile regression coefficient matrix
fitted.mat:censored quantile regression fitted value matrix with the type of "matrix"
score:outlying scores (scoring algorithm) or residuals (residual-based algorithm)
score.boot:bootstrapping estimation for the outlying scores
boot.index:estiamted bootstrap samples used for the outlying scores
boot.dist:Empirical quantiles by the Jackknife-after-Bootstrap (JaB) estimation for outlying scores
cutoff:estimated scale parameter for the residual-based algorithm
lower:lower fence vector used for the boxplot and scoring algorithms with the type of "vector"
upper:upper fence vector used for the boxplot and scoring algorithms with the type of "vector"
outliers:logical vector to determine which observations are outliers
n.outliers:number of outliers to be used. The object of class "integer".
alg:an outlier detection algorithm to be used
reg:regression method such as Cox PH or censored quantile regression to be used
kr:value to be used for the tightness of cut-offs in the residual-based algorithm
kb:numeric value to be used for the tightness of cut-offs in the boxplot algorithm
ks:numeric value to be used for the tightness of upper fence cut-offs used for the scoring algorithm with update function
fence:type of fence to be used in the model fitting
alpha:numeric value of the significance
signature(object = "OutlierDC"): Print the coefficient matrix of censored quantile regression to be used. See coef.
signature(x = "OutlierDC", y = "missing"): See plot.
signature(object = "OutlierDC"): See show.
signature(object = "OutlierDC"): Update the fitted object to find outliers in scoring algorithm. See update.
OutlierDC-package
odc, coef, plot, show, update, JaB
1 | showClass("OutlierDC")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.