Learn R Programming

tsissm (version 1.0.1)

summary.tsissm.estimate: Model Estimation Summary

Description

Summary method for class “tsissm.estimate”

Usage

# S3 method for tsissm.estimate
summary(object, vcov_type = "H", digits = 4, ...)

Value

A printout of the parameter summary, model type and some model metrics.

Arguments

object

an object of class “tsissm.estimate”.

vcov_type

the type of standard errors based on the vcov estimate (see vcov).

digits

integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’.

...

not currently used.