Is there any function for $M$-estimation in multivariate linear regression model in R. I can estimate the $\beta$'s in my model by using the rlm() by rewriting the $y$-variables into one column but, I would like to use one function to get the $\beta$'s.
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
|
|||||||||||
|
|
The CRAN package If you already have a work around, you can write your own function to recode the data, call |
|||||||
|
|
I just found what you were looking for: it's implemented in the MNM package. Here is a link to the JoSS paper describing it. |
||||
|
|