summary.tvcm: summary.tvcm: Plots time-varying coefficient models

Description Usage Arguments Value Examples

View source: R/summary.tvcm.R

Description

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

Usage

1
2
## S3 method for class '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

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

inqs909/tvcm documentation built on Dec. 20, 2021, 7:03 p.m.