Returns the time-varying regression coefficients from output of walker or walker_glm.
# S3 method for walker_fit
coef(object, summary = TRUE, transform = identity, ...)Time series containing coefficient values.
Output of walker or walker_glm.
If TRUE (default), return summary statistics. Otherwise returns samples.
Optional vectorized function for transforming the coefficients (for example exp).
Ignored.