print.tsbugs: Prints tsbugs object

Description Usage Arguments Details Author(s) Examples

View source: R/print.tsbugs.R

Description

Prints the BUGS model in a tsbugs object.

Usage

1
2
## 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

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

print(ar1) 

tsbugs documentation built on Jan. 26, 2019, 1:04 a.m.