R/bi_square.short.R
mixlinrb_bi-methods.Rd
An EM-type of parameter estimation by replacing the least square estimation in the M-step with a robust criterior.
mixlinrb_bi(formula, data, nc = 2, nit = 200)
# S4 method for formula,ANY,numeric,numeric
mixlinrb_bi(formula, data,
nc = 2, nit = 20)
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 mixture components.
Number of iterations for biSauqre method.
Estimated coefficients of all components.