powered by
Prints the BUGS model in a tsbugs object.
tsbugs
# S3 method for tsbugs print(x, ...)
A BUGS model of class tsbugs
Additional arguments passed to print
print
Prints tsbugs BUGS model. Note, in a tsbugs object there are additional details (the data used and other summary information) that are not printed.
# NOT RUN { # Create AR(1) model for Lake Huron data LH <- LakeHuron ar1 <- ar.bugs(y = diff(LH), ar.order = 1) print(ar1) # }
Run the code above in your browser using DataLab