Learn R Programming

walker (version 1.0.10)

coef.walker_fit: Extract Coeffients of Walker Fit

Description

Returns the time-varying regression coefficients from output of walker or walker_glm.

Usage

# S3 method for walker_fit
coef(object, summary = TRUE, transform = identity, ...)

Value

Time series containing coefficient values.

Arguments

object

Output of walker or walker_glm.

summary

If TRUE (default), return summary statistics. Otherwise returns samples.

transform

Optional vectorized function for transforming the coefficients (for example exp).

...

Ignored.