circglmbayes
R Package for a Bayesian Circular GLM
This package contains functions to perform a Bayesian circular GLM, which allows regressing a circular outcome on linear and categorical predictors.
In order to use this package from R, it can be installed from GitHub using the devtools package as
install.packages("devtools")
devtools::install_github("keesmulder/circglmbayes")For further help on this package, install it as above, attach it with library(circglmbayes) and run help("circglmbayes") or ?circGLM.