R/CTLE.short.rob.R
CTLERob-methods.Rd
CTLERob performes robust linear regression with high breakdown point and high efficiency in each mixing components and adaptively remove the outlier samples.
CTLERob(formula, data, nit = 20, nc = 2, rlr_method = "ltsReg")
# S4 method for formula,ANY,ANY,numeric
CTLERob(formula, data, nit = 20,
nc = 2, rlr_method = "ltsReg")
A symbolic description of the model to be fit.
A data frame containing the predictor and response variables, where the last column is the response varible.
Number of iterations.
Number of mixture components.
The regression methods, default is 'ltsReg'.