Hi Everyone,
first time poster here as I usually find the answer somewhere here.
I am running a stepwise nbreg model with number of hospital admissions as the outcome and a range of predictor variables.
the command is:
stepwise, pr(.05): nbreg admissions_total i.var01 i.var02 var03 var04 var05 var06 var07 var08 var09 var10 var11 var12 var13 if age_cat==1
Stata starts the model and then gives me an error message "variable b not found"
STATA output:
note: 1b.var01 omitted because of estimability.
note: 1b.var02 omitted because of estimability.
Wald test, begin with full model:
p = 0.9578 >= 0.0500, removing var03
variable b not found
r(111);
Before I set varabbrev off, the error message was:
"b ambiguous abbreviation
r(111);"
There is no variable b among my variables. Does anybody know what is happening and how to solve this issue?
Thanks in advance!
first time poster here as I usually find the answer somewhere here.
I am running a stepwise nbreg model with number of hospital admissions as the outcome and a range of predictor variables.
the command is:
stepwise, pr(.05): nbreg admissions_total i.var01 i.var02 var03 var04 var05 var06 var07 var08 var09 var10 var11 var12 var13 if age_cat==1
Stata starts the model and then gives me an error message "variable b not found"
STATA output:
note: 1b.var01 omitted because of estimability.
note: 1b.var02 omitted because of estimability.
Wald test, begin with full model:
p = 0.9578 >= 0.0500, removing var03
variable b not found
r(111);
Before I set varabbrev off, the error message was:
"b ambiguous abbreviation
r(111);"
There is no variable b among my variables. Does anybody know what is happening and how to solve this issue?
Thanks in advance!

Comment