plot_CTLE {RobMixReg} | R Documentation |
plot_CTLE: Plot the mixture/single regression line(s) in a simply function.
Description
CTLERob performes robust linear regression with high breakdown point and high efficiency in each mixing components and adaptively remove the outlier samples.
Usage
plot_CTLE(formula, data, nc = 2, inds_in)
## S4 method for signature '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. |
[Package RobMixReg version 1.1.0 Index]