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
Panel Data AnalysisI currently have a dataset regarding the auctions of spectrum in different countries over the years.…
Adding sum of coefficients to output tableDear all, I am estimating an equation of the form: xtreg y x1 i.year#x1 i.year, fe cluster(country)…
Factor variable notation: How to omit the base period in event study?Hello everybody, I am trying to run an event study model, i.e. I want seperate coefficients of a co…
Correcting the condition for the creation of a new variable based on a duration since an initial assessementHello All, I hope this message finds you well! I have longitudinal unbalanced data and I am trying…
Percentage change variable for daily dataHello, I am writing my dissertation thesis on the impact of Brexit negotiations on the value of the…
Subscribe to:
Post Comments (Atom)
0 Response to Missing values when I run regression analysis
Post a Comment