mixLp: mixLp : mixLp_one estimates the mixture regression parameters robustly using Laplace distribution based on multiply initial value..
Description
mixLp estimates the mixture regression parameters robustly using bisquare function based on multiple initial values. The solution is found by the modal solution.
# NOT RUN {library("RobMixReg")
formula01=as.formula("y~x")
x=(gaussData$x);y=as.numeric(gaussData$y);
example_data01=data.frame(x,y)
res = mixLp(formula01, example_data01, nc=2, nit=20)
# }