[R] how to make stacked plot?

2010-03-28 Thread sdzhangping
Dear friends:
 I'm interested to make a stacked plot of cumulative incidence. that's, 
the cuminc model is fitted [fit=cuminc(time, relapse)] and cumulative incidence 
is in place. I'd like to stack the cuminc plots(line 1: relapse of luekemia and 
line 2: treatment related mortality, for example) , then  the constituent ratio 
of leukemia relapse and treatment related mortality is very clear. Can you give 
me some directions?
 Yours Ping Zhang
   
   



[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] how to make stacked plot?

2010-03-28 Thread Stefan Grosse
Am 28.03.2010 15:06, schrieb sdzhangping:
 Dear friends:
  I'm interested to make a stacked plot of cumulative incidence. 
 that's, the cuminc model is fitted [fit=cuminc(time, relapse)] and cumulative 
 incidence is in place. I'd like to stack the cuminc plots(line 1: relapse of 
 luekemia and line 2: treatment related mortality, for example) , then  the 
 constituent ratio of leukemia relapse and treatment related mortality is very 
 clear. Can you give me some directions?
  Yours Ping Zhang
   

Dear friend what makes you think that if you repost your question
again and again with the same text you will somehow receive an answer? I
believe the lack of an answer might be due to the lack of you showing
some effort on explaining what you did, what you want and what went
wrong. You already got an answer suggesting a package but you did not
respond.

There is a reason why every mail gets attached this text:

PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

If you want help, make it people easy.

Stefan.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] how to make stacked plot?

2010-03-27 Thread Jim Lemon

On 03/27/2010 03:23 AM, sdzhangping wrote:

Dear friends:
  I'm interested to make a stacked plot of cumulative incidence. 
that's, the cuminc model is fitted [fit=cuminc(time, relapse)] and cumulative 
incidence is in place. I'd like to stack the cuminc plots (relapse of luekemia 
and death free from leukemia, for example) , then  the constituent ratio of 
leukemia relapse and treatment related mortality is very clear. Can you give me 
some directions?


stackpoly (plotrix)?

Jim

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] how to make stacked plot?

2010-03-26 Thread sdzhangping
Dear friends:
 I'm interested to make a stacked plot of cumulative incidence. that's, 
the cuminc model is fitted [fit=cuminc(time, relapse)] and cumulative incidence 
is in place. I'd like to stack the cuminc plots (relapse of luekemia and death 
free from leukemia, for example) , then  the constituent ratio of leukemia 
relapse and treatment related mortality is very clear. Can you give me some 
directions?
 Yours Ping Zhang
   
   
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.