Learn R Programming

bpnreg (version 2.0.3)

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

Description

Prints selected output from a Bayesian circular regression model.

Usage

# S3 method for bpnr
print(x, ...)

Value

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

Arguments

x

a bpnr object obtained from the function bpnr.

...

further arguments passed to or from other methods.

Examples

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

Run the code above in your browser using DataLab