plot.tauFit: Plot the Tau Process

View source: R/plot.tauFit.R

plot.tauFitR Documentation

Plot the Tau Process

Description

This function plot the estimated tau process obtained from tau.fit. It can be used to monitor the progression of treatment effect.

Usage

## S3 method for class 'tauFit'
plot(x, ...)

Arguments

x

an object of class "tauFit", returned by tau.fit function

...

additional arguments passed to underlying plot method

Value

a list with components x and y.

Examples

fit <- tau.fit(data = pbc)
plot(fit, type = "b")

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