powered by
Construct the bouquet plot based on the estimated stage-wise restricted mean win/loss times.
bouquet( x, Kmax = NULL, xlim = NULL, ylim = NULL, xlab = "Restricted mean win/loss time", ylab = "Follow-up time", group.label = TRUE, cex.group = 1, ... )
An object returned by rmtfit.
rmtfit
A positive integer; If specified, the stage-wise estimates over Kmax\(,\ldots,K\) will be aggregated.
Kmax
The x limits of the plot.
The y limits of the plot.
A label for the x axis, defaults to a description of x.
A label for the y axis, defaults to a description of x.
If TRUE, group labels will appear on the two sides of the plot.
TRUE
Font size of the group labels if group.label=TRUE.
group.label=TRUE
Other arguments that can be passed to the underlying plot method.
plot
No return value, called for side effects.
rmtfit, summary.rmtfit, plot.rmtfit.
summary.rmtfit
plot.rmtfit
# NOT RUN { # load the colon cancer trial data library(rmt) head(colon_lev) # fit the data obj=rmtfit(ms(id,time,status)~rx,data=colon_lev) # bouquet plot bouquet(obj) # }
Run the code above in your browser using DataLab