> results have asterisks that do not match the P-value that is listed in the raw stata output.
> In the example below, the P value is 3.07 in the raw output...but only 1 asterisk shows up on
I am not able to replicate the error. See below. Note that the level
of significance is difference between two columns (my syntax, and then
yours):
sysuse auto, clear
gen _mj=.
gen _mi=.
save temp, replace
forval j=1/10 {
append using temp
replace _mj=`j' if _mj==.
replace _mi=_n if _mi==.
}
svyset trunk
mim, storebv: svy: logit foreign mpg price weight, or
outreg2 using myfile, replace eform nocons stats(coef se pval)
outreg2 using myfile, se eform alpha(0.001, 0.01, 0.05) dec(3) word nocons
Multiple-imputation estimates (svy: logit) Imputations = 10
Survey: Logistic regression Minimum obs = 74
Minimum dof = 15.3
------------------------------------------------------------------------------
foreign | Odds Rat. Std. Err. t P>|t| [95% Conf. Int.] FMI
-------------+----------------------------------------------------------------
mpg | .885953 .066677 -1.61 0.128 .754853 1.03982 0.000
price | 1.00093 .000329 2.82 0.013 1.00023 1.00163 0.000
weight | .993174 .002292 -2.97 0.009 .988309 .998062 0.000
------------------------------------------------------------------------------
(1) (2)
VARIABLES foreign foreign
mpg 0.886 0.886
(0.0667) (0.067)
0.128
price 1.001** 1.001*
(0.000329) (0.000)
0.0130
weight 0.993*** 0.993**
(0.00229) (0.002)
0.00956
Observations 74 74
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/