I'm trying to obtain the robust standard errors for a multinomial ordered logit
model:
mod6 <- lrm(wdlshea ~ initdesch + concap + capasst + qualrat +
terrain,data=full2)
The model is fine but when I try to get the RSE I get an error.
coeftest(mod6, vcov = vcovHAC(mod6))
Error in match.arg(
Has anyone successful conducted 2SPLS (or better yet, two stage conditional
maximum likelihood) in R? If so, could you point me in the right direction? I
have searched around, but have not seen any examples.
Thanks,
Patrick
_
2 matches
Mail list logo