Hello,
I am new to survival analysis using Stata and I am trying to save the estimates from the simple stcox regression with dummies (var* in the simple code below), but for some reason it won't save it properly.
forvalues group=1/5{
...
stset time_d, failure(fail) enter(time date0)
stcox var*, nohr
}
I am not sure how to append the results for all groups saving the estimated coefficients for all dummies - I would very appreciate if someone could help me with this.
Related Posts with Stcox question
How to avoid scientific notation when displaying valuesI would like to know the total number of non-missing observations as well as the number of distinct …
bootstrap: 'size() must not be greater than number of clusters' and 'insufficient observations to compute bootstrap standard errors'Hi, I want to use bootstrap to estimate subsample regressions. I use two ways but both don't work. …
Should ATT equal ATU?Dear Stata users, This is a question pertaining to propensity score matching, or put it more correc…
sorting issue with multiple imputationsHello, I use panel data that I have set via Code: mi xtset id survey With id being the identifi…
Reshape panel data with long and wide variablesDear all, I confront a dataset which has years in wide format and my x variables in long format. To…
Subscribe to:
Post Comments (Atom)
0 Response to Stcox question
Post a Comment