Hi, I am running the following program
Regression analysis for predictors of ICU admission(icu) against patient variables such as (age), (race), and other patient parameters(insur los hospday i.loc cancel orgdys___0 orgdys___1 etc).
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Code: logistic icu age race i.insur los hospday i.loc cancel orgdys___0 orgdys___1 orgdys___2 orgdys___3 orgdys___4 orgdys___5 sirs___0 sirs___1 sirs___2 sirs___3 flu hypoten abx ams qsofa___0 qsofa___1 qsofa___3 t2dm htn chf cad esrd copd afib cld smok alc i.bmi art
Result:
Array
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I do not understand why I have so many missing values for p-value and CI etc
However, when I run a subset of the patient parameters such as the following example, I get meaningful results.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Code: logistic icu age race i.insur los hospday i.loc cancel orgdys___0 orgdys___1 orgdys___2 orgdys___3 orgdys___4 orgdys___5 sirs___0 sirs___1 sirs___2 sirs___3
Results:
Array
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Can someone please help me understand why the former code generates so many missing values in the results?
Related Posts with Missing values when I run regression analysis
Invalid syntax error when combining foreach and logout ttable2Hi, I am trying to output the ttable2 results of different groups. The code I am writing is as foll…
Difference-in-difference with interactionsHi, I'm trying to estimate a straight forward Difference-in-Difference model to find the impact of …
SEM and the predicted latent variableHello I am doing a confirmatory factor analysis, using SEM, to construct three latent variables for…
Multiple treatment years, Difference in differencesFriends, I am using panel data set for individuals * years. Individuals are treated at different y…
Count distinct digits of observationsDear statalists, I would like to count the number of digits an observation has as follows: Numbe…
Subscribe to:
Post Comments (Atom)
0 Response to Missing values when I run regression analysis
Post a Comment