Hello, 

I am training to use the changeLOS package. Using  data provided in this 
package 
(los.data), I want to generate a new plot with overlaying 2 curves of 
transition 
probability P01 and P03 and also statistically  compare the two curves like the 
Kaplan-Meier Method.Can someone help me ?

Thank you. 
Jan

data(los.data)
my.observ <- prepare.los.data(x=los.data)
my.model <- msmodel(c("0","1","2","3"),cens.name="cens")
my.trans <- trans(model=my.model,observ=my.observ)
my.aj <- aj(my.trans, s=0, t=80)
plot(my.aj,c("0","0","0","0"),c("0","1","2","3"))



      
        [[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.

Reply via email to