summary.walker_fit {walker}R Documentation

Summary of walker_fit Object

Description

Return summary information of time-invariant model parameters.

Usage

## S3 method for class 'walker_fit'
summary(object, type = "tiv", ...)

Arguments

object

An output from walker or walker_glm.

type

Either tiv (time-invariant parameters, the default) or tv (time-varying coefficients).

...

Ignored.


[Package walker version 1.0.8 Index]