mixlinrb_bi-methods: mixlinrb_bi: mixlinrb_bione estimates the mixture regression...

Description Usage Arguments Value

Description

An EM-type of parameter estimation by replacing the least square estimation in the M-step with a robust criterior.

Usage

1
2
3
4
5
mixlinrb_bi(formula, data, nc = 2, nit = 200)

## S4 method for signature 'formula,ANY,numeric,numeric'
mixlinrb_bi(formula, data,
  nc = 2, nit = 20)

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.

nit

Number of iterations for biSauqre method.

Value

Estimated coefficients of all components.


RobMixReg documentation built on Aug. 5, 2020, 5:08 p.m.