Learn R Programming

stsm.class (version 1.1)

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

Description

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

Usage

## S3 method for class 'stsm':
show(object)

Arguments

object
an object of class stsm.

Value

  • Invisible NULL.

Details

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

See Also

stsm-class.

Examples

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

Run the code above in your browser using DataLab