Can I conduct likelihood ratio test with robust linear regression?
0
0
Entering edit mode
7.0 years ago
gaol • 0

I'm using robust linear regression in R (the rlm function). I'm wondering if I can conduct a likelihood-ratio test after running the nested and full model. I wanted to test if c1+c2+c3 combined improves the fit of the model. Can anyone answer from a statistical perspective? mod_nest=rlm(y~x,data=dat,maxit=200) mod_full=rlm(y~x+c1+c2+c3,data=dat,maxit=200) lrtest(mod_nest,mod_full)

statistics robust linear regression • 1.2k views
ADD COMMENT
0
Entering edit mode

Have you tried running the OLS model on the same data and running the same tests? What type of result do you get? LR test compares two tests in general, why couldn't you compare your RLS models?

ADD REPLY

Login before adding your answer.

Traffic: 2272 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6