This function allows you to plot the results from any of time-varying coefficient functions.

# S3 method for tvcm
summary(object, bounds = FALSE, deriv = FALSE, ...)

Arguments

object

An object of class "tvcm"

bounds

If TRUE, the bootstrap percentiles will be plotted

deriv

If TRUE, the derivatives will be plotted

...

further arguments; not in use

Value

Plots

Examples

fit <- tvcm(formula = Y~x1+x2, data = normal_data, time = time, id = id, se = TRUE, nboot = 100) summary.tvcm(fit, bounds = TRUE, deriv = TRUE)