stsm-show-methods: Display an Object of Class 'stsm'

Description Usage Arguments Details Value See Also Examples

Description

This method displays summary information about an object of class stsm.

Usage

1
2
## S4 method for signature 'stsm'
show(object)

Arguments

object

an object of class stsm.

Details

A succinct summary of the object (name of the model and parameter values) is printed.

Value

Invisible NULL.

See Also

stsm-class.

Examples

1
2
3
4
5
m <- stsm.model(model = "llm+seas", y = JohnsonJohnson, 
  pars = c("var1" = 2, "var2" = 15, "var3" = 30))
show(m)
# or just
m

Example output

Model: llm+seas 

var1 var2 var3 
   2   15   30 
Model: llm+seas 

var1 var2 var3 
   2   15   30 

stsm documentation built on May 2, 2019, 7:39 a.m.