Learn R Programming

tauProcess (version 2.1.3)

plot.tau_process: 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 tau_process
plot(x, ...)

Value

a list with components x and y.

Arguments

x

an object of class "tau_process", returned by tau_proc function

...

additional arguments passed to underlying plot method

Examples

Run this code
fit <- tau_proc(data = pbc)
plot(fit)

Run the code above in your browser using DataLab