print.bpnr: Print output from a Bayesian circular regression model

Description Usage Arguments Value Examples

View source: R/classfunctions.R

Description

Prints selected output from a Bayesian circular regression model.

Usage

1
2
## S3 method for class 'bpnr'
print(x, ...)

Arguments

x

a bpnr object obtained from the function bpnr.

...

further arguments passed to or from other methods.

Value

A print of selected output from a Bayesian circular regression model.

Examples

1
2
3
4
library(bpnreg)
fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor,
its = 100, burn = 10, n.lag = 3)
print(fit.Motor)

bpnreg documentation built on Aug. 6, 2021, 9:07 a.m.