Hi
I am trying to make a simple logistic regression adjusted for one potential confounder ("Antibtiotics") on a small sample size (n=13).
All variables are binary. I need to adjust for one potential confounder; whether or not the person took ("Antibiotics").
I am "investigating" whether a bloo-value above/below a givet cut-off affects outcome, when adjusting for Antibiotics (yes/no).
My code:
logit Outcome i.Bloodvalue i.Antibiotics, or
The output:
Logistic regression Number of obs = 13
LR chi2(1) = 2.22
Prob > chi2 = 0.1361
Log likelihood = -6.9135667 Pseudo R2 = 0.1384
----------------------------------------------------------------------------------------------------------------------------------------------------
Outcome | Odds Ratio Std. Err. z P>|z| [95% Conf. Interval]
---------------------------+-----------------------------------------------------------------------------------------------------------------------
1.Bloodvalue | 1 (empty)
1.Antibiotics | .125 .1822172 -1.43 0.154 .0071793 2.176401
_cons | 2 2.44949 0.57 0.571 .1813532 22.0564
I am aware that an adjusted regression of such a small sample size is problematic, but my question is:
- Why can't I get Stata to compute the Odss Ratio, Standard Error, P-value and CI for the bloodvalue
- All people with a value above the blood-value (n=3) cut-off experienced "Outcome", is that the problem? It worked fine with Fishers Exact Test
Stata IC 15.1
Kind Regards
Rasmus
Related Posts with Problems with simple adjusted logistic regression on small sample-size (n=13)
marginsplot with a constant (downward shift)Dear all, I am using the marginsplot command to create a graph which includes a confidence interval…
Collinearity problem in Difference in difference estimation with leads // Stata/IC 15.0Dear Statalist users, I am Gabriele Dini, I study Economics at the University of Bologna and I'm d…
Help creating a variable concerning spellsHi, sorry for another post. I need help creating variable W1 (shown below). The idea is, for each c…
xtreg, fe vs areg, & size of FE constantI have a panel of N = 3810 & T = 6, and after reading forum posts have run areg, absorb(company)…
Convergence Not Achieved: after Running p-varHello guys, I am new to STATA. Now I am having problem. After running pvar, there are results, but…
Subscribe to:
Post Comments (Atom)
0 Response to Problems with simple adjusted logistic regression on small sample-size (n=13)
Post a Comment