powered by
Gives the coefficients tables of the linear coefficients for a circular regression model.
# S3 method for bpnr coef_lin(object)
A matrix with posterior summaries of the linear coefficients in a Bayesian circular regression model.
a bpnr object obtained from the function bpnr.
bpnr object
bpnr
library(bpnreg) fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor, its = 100, burn = 10, n.lag = 3) coef_lin(fit.Motor)
Run the code above in your browser using DataLab