CTLERob performes robust linear regression with high breakdown point and high efficiency in each mixing components and adaptively remove the outlier samples.

plot_CTLE(formula, data, nc = 2, inds_in)

# S4 method for formula,ANY,numeric
plot_CTLE(formula, data, nc = 2, inds_in)

Arguments

formula

A symbolic description of the model to be fit.

data

A data frame containing the predictor and response variables, where the last column is the response varible.

nc

Number of mixture components.

inds_in

The index of the point which belongs to the current regression line.