coef.walker_fit: Extract Coeffients of Walker Fit

View source: R/fitted.R

coef.walker_fitR Documentation

Extract Coeffients of Walker Fit

Description

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

Usage

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

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.

Value

Time series containing coefficient values.


walker documentation built on Sept. 11, 2023, 5:10 p.m.