View source: R/plot.tau_process.R
plot.tau_process | R Documentation |
This function plot the estimated tau process with/withour cure fraction obtained from tau_proc
.
It can be used to monitor the progression of treatment effect (for susceptible subgroups).
## S3 method for class 'tau_process'
plot(x, ...)
x |
an object of class "tau_process", returned by |
... |
additional arguments passed to underlying plot method |
a list with components x
and y
.
fit <- tau_proc(data = pbc)
plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.