I appreciate it...
M
On Sat, Aug 8, 2009 at 2:45 PM, Martin Weiss<[email protected]> wrote:
>
> <>
>
> ***
>
> webuse leukemia, clear
>
> stset weeks, failure(relapse)
>
> stcox treatment2 wbc2 wbc3
>
> foreach covariate of varlist wbc2-wbc3{
> estat phtest, rank plot(`covariate')/*
> */ note("Covariate: `covariate'")/*
> */ nodraw
> gr save `covariate', replace
> }
>
> gr combine wbc2.gph wbc3.gph
> ***
>
>
> HTH
> Martin
>
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of moleps islon
> Sent: Samstag, 8. August 2009 11:57
> To: [email protected]
> Subject: st: saving plot output from estat phtest
>
> I cant find an option in the-estat phtest, plot(x)- command to save
> the plot. It would be most wellcome in writing loops over a local and
> generating a combined graph of all the different PH assumption plots
> in the cox regression.
>
>
> local r x y z u
>
> stcox `r', sca(sca*) sch(sch*)
> estat phtest, det
>
> foreach var in `r' {
> quietly estat phtest,plot(`r') ----saving `var'---
> }
> graph combine `r'
>
>
> Any ideas?
>
> regards,
> M
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
>
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/