coef.walker_fit {walker}R 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.


[Package walker version 1.0.8 Index]