plot.tau_process {tauProcess} | R Documentation |
Plot the Tau Process with/without cure fraction
Description
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).
Usage
## S3 method for class 'tau_process'
plot(x, ...)
Arguments
x |
an object of class "tau_process", returned by |
... |
additional arguments passed to underlying plot method |
Value
a list with components x
and y
.
Examples
fit <- tau_proc(data = pbc)
plot(fit)
[Package tauProcess version 2.1.3 Index]