powered by
Prints selected output from a Bayesian circular regression model.
# S3 method for bpnr print(x, ...)
a bpnr object obtained from the function bpnr.
bpnr object
bpnr
further arguments passed to or from other methods.
A print of selected output from a Bayesian circular regression model.
# NOT RUN { 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