powered by
Gives the coefficients tables of the linear coefficients for a Bayesian circular mixed-effects model.
# S3 method for bpnme coef_lin(object)
A matrix with posterior summaries of the linear coefficients in a Bayesian circular mixed-effects model.
a bpnme object obtained from the function bpnme.
bpnme object
bpnme
library(bpnreg) fit.Maps <- bpnme(pred.I = Error.rad ~ Maze + Trial.type + L.c + (1|Subject), data = Maps, its = 100, burn = 1, n.lag = 1) coef_lin(fit.Maps)
Run the code above in your browser using DataLab