powered by
This function plot the estimated tau process obtained from tau.fit. It can be used to monitor the progression of treatment effect.
tau.fit
# S3 method for tauFit plot(x, ...)
a list with components x and y.
x
y
an object of class "tauFit", returned by tau.fit function
additional arguments passed to underlying plot method
fit <- tau.fit(data = pbc) plot(fit, type = "b")
Run the code above in your browser using DataLab