powered by
Gives the coefficients tables of the circular coefficients for a Bayesian circular mixed-effects model.
# S3 method for bpnme coef_circ(object, type = "continuous", units = "radians")
A matrix or list with posterior summaries of the circular coefficients in a Bayesian circular mixed-effects model.
a bpnme object obtained from the function bpnme
bpnme object
bpnme
one of c("continuous", "categorical") to get either the coefficients for the continuous or categorical predictor variables
c("continuous", "categorical")
one of c("degrees", "radians") to get categorical coefficients estimates and estimates for $ac$, $bc$, AS and SAM in degrees or radians.
c("degrees", "radians")
$ac$, $bc$, AS and SAM
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_circ(fit.Maps)
Run the code above in your browser using DataLab