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
Parametric survival analysisHi. Several studies have shown that, the Gomperts model is being used as an alternative to the Cox …
Correlation of one variable across countries in Panel DataHi all, I am working with a Panel-Data set that includes a number of variables (e.g. Credit, GDP) a…
stpm2 dfHello, I would like to analyze through a flexible parametric survival models because Cox's assumpti…
New package on SSC: peerreviewThanks to Kit Baum, a new package -peerreview- is now available on SSC. -peerreview- randomly assig…
Correction for Probit with FE (Cross-section) - Incidental parametersDear all, I am running a probit model (since my dependent variable is binary) using Fixed Effects (…
Subscribe to:
Post Comments (Atom)
0 Response to Stcox question
Post a Comment