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
Data transformation: creating new variables out of independent survey answersHi! I am researching the effect of cosmetic combinations on the perception of leadership characteris…
Means TestHi everyone I know that perhaps I should not ask this question here. But I hope you can help me. I w…
tuples:observation numbers out of rangewhen the items are more than 10, it will cause the problem of observation numbers out of range, can …
Difference in difference testing pre-treatment trendDear Statalist community, I'm using the difference-in-difference technique to investigate the impac…
The indenpendent variable has two catagories. Which model can I use to analyse the effect of denpendent variables on it?Dear statalist users: My indenpendent variable has two catagories. One is theft case and the other i…
Subscribe to:
Post Comments (Atom)
0 Response to Stcox question
Post a Comment