Can anyone please help me out, why am I am getting error: ....with everyone step forward I go one step backward !!
Following error:
df(unrestricted) = df(restricted)= 20
I have removed the variable from the reduced model. I have not added anything new in the model.
My original model looked like this
However after performing a LR with following p value of 0.28 after removing charlson from my model. I decided charlson is not confounding and removed it from my model, resulting in this (see full model below)
However I get the error:
df(unrestricted) = df(restricted)= 20
Here's a screen shot of the output - apologies but it's stored on a remote platform and there's no internet - sorry can't supply dataex
Following error:
df(unrestricted) = df(restricted)= 20
I have removed the variable from the reduced model. I have not added anything new in the model.
My original model looked like this
Code:
stcox i.tx i.sex i.provider i.general i.vte i.asa age bottle experience cubic1 cubic2 cubic3 charlson, no hr
Code:
//Full model //no charlson only, cubic 1 still in stcox i.tx i.sex i.provider i.general i.vte i.asa age bottle experience cubic1 cubic2 cubic3, no hr estimates store model_full //Reduced model - no Charlson no cubic 1 - Here i want to remove cubic1 and evaluate differences. I expect I should be able to remove cubic1 as values are very small. stcox i.tx i.sex i.provider i.general i.vte i.asa age bottle experience cubic1 cubic2 cubic3, no hr estimates store model_reduced
df(unrestricted) = df(restricted)= 20
Here's a screen shot of the output - apologies but it's stored on a remote platform and there's no internet - sorry can't supply dataex
Comment