Hi all,
I'm running a logistic regression on Stata 14.2 using logistic
I've run first the univariate analysis and all looked fine but when I tried the multivariate analyses, this is what came back:
All variables are dichotomous variables.
Any idea what is the problem?
Thanks so much
I'm running a logistic regression on Stata 14.2 using logistic
I've run first the univariate analysis and all looked fine but when I tried the multivariate analyses, this is what came back:
Code:
Logistic regression Number of obs = 32 LR chi2(2) = 7.51 Prob > chi2 = 0.0234 Log likelihood = -17.85913 Pseudo R2 = 0.1738 -------------------------------------------------------------------------------- recuperengcreg | Odds Ratio Std. Err. z P>|z| [95% Conf. Interval] ---------------+---------------------------------------------------------------- WFNSgrupos | 7.05e-07 .0011365 -0.01 0.993 0 . VMdic | 8674937 1.40e+10 0.01 0.992 0 . _cons | 851450 1.37e+09 0.01 0.993 0 . --------------------------------------------------------------------------------
Any idea what is the problem?
Thanks so much
Comment