View source: R/classfunctions.R
| coef_circ.bpnme | R Documentation | 
Gives the coefficients tables of the circular coefficients for a Bayesian circular mixed-effects model.
## S3 method for class 'bpnme'
coef_circ(object, type = "continuous", units = "radians")
object | 
 a   | 
type | 
 one of   | 
units | 
 one of   | 
A matrix or list with posterior summaries of the circular coefficients in a Bayesian circular mixed-effects model.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.