plot.tau_process: Plot the Tau Process with/without cure fraction

View source: R/plot.tau_process.R

plot.tau_processR 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 tau_proc function

...

additional arguments passed to underlying plot method

Value

a list with components x and y.

Examples

fit <- tau_proc(data = pbc)
plot(fit)

tauProcess documentation built on Sept. 18, 2023, 9:08 a.m.