powered by
coef_ran gives posterior summaries of the circular or linear random effect variances.
coef_ran
coef_ran(object, type = "linear")
an object used to select a method.
one of c("linear", "circular") to get either the linear or circular random effect variances.
c("linear", "circular")
the method coef_ran.bpnme has its own help page.
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_ran(fit.Maps) coef_ran(fit.Maps, type = "circular")
Run the code above in your browser using DataLab