plot.tauFit | R Documentation |
This function plot the estimated tau process obtained from tau.fit
.
It can be used to monitor the progression of treatment effect.
## S3 method for class 'tauFit'
plot(x, ...)
x |
an object of class "tauFit", returned by |
... |
additional arguments passed to underlying plot method |
a list with components x
and y
.
fit <- tau.fit(data = pbc)
plot(fit, type = "b")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.