Hello,

 Seeking a way to get the variance inflation factor VIF for a model of 
regression in complex survey, I have understood that without this package 
(SURVEY) RGui VIF obtained as follows:

fit <- lm(mpg~disp+hp+wt+drat, data=mtcars)
                                
vif(fit)

But I want to know if survey, Vif is obtained so

vif( svyglm(api00~ell+meals+mobility, design=dstrat))

Thank you, happy day
                                          
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to