I am using Stata 14.1 on Windows (Citrix, so not sure which version). I am new to stata, but I enjoy learning new things. I have used mi impute to create multiple imputated datasets. I ran mibeta to get information on my models and adjusted R-squared. However, I would like to run a F-test to examine if the changes in R-squared are significant after adding variables to my model. I tried running the example code (after swapping the variable names for my own):
Code:
mi estimate: regress y x1 x2 x3 x4 mi test x2 x3 x4
I also tried running nestreg:
Code:
mi estimate, cmdok: nestreg regress y x1 x2 x3
Kind regards,
Elise
0 Response to R-squared change statistics (R-squared delta) after using mi impute
Post a Comment