Last data update: 2014.03.03

R: Prints tsbugs object
print.tsbugsR Documentation

Prints tsbugs object

Description

Prints the BUGS model in a tsbugs object.

Usage

## S3 method for class 'tsbugs'
print(x, ...)

Arguments

x

A BUGS model of class tsbugs

...

Additional arguments passed to print

Details

Prints tsbugs BUGS model. Note, in a tsbugs object there are additional details (the data used and other summary information) that are not printed.

Author(s)

Guy J. Abel

Examples

# Create AR(1) model for Lake Huron data
LH <- LakeHuron
ar1 <- ar.bugs(y = diff(LH), ar.order = 1)

print(ar1) 

Results