print.bpnr {bpnreg} | R Documentation |
Print output from a Bayesian circular regression model
Description
Prints selected output from a Bayesian circular regression model.
Usage
## S3 method for class 'bpnr'
print(x, ...)
Arguments
x |
a |
... |
further arguments passed to or from other methods. |
Value
A print of selected output from a Bayesian circular regression model.
Examples
library(bpnreg)
fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor,
its = 100, burn = 10, n.lag = 3)
print(fit.Motor)
[Package bpnreg version 2.0.3 Index]