plot.tauFit {tauProcess} | R 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 |
... |
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")
[Package tauProcess version 2.1.3 Index]