powered by
Prints selected output from a Bayesian circular mixed-effects model.
# S3 method for bpnme print(x, ...)
A print of selected output from a Bayesian circular mixed-effects model.
a bpnme object obtained from the function bpnme().
bpnme object
bpnme()
further arguments passed to or from other methods.
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) print(fit.Maps)
Run the code above in your browser using DataLab