powered by
coef_circ gives posterior summaries of the circular coefficients.
coef_circ
coef_circ(object, type = "continuous", units = "radians")
an object used to select a method.
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
the methods coef_circ.bpnr and coef_circ.bpnme have their own help page.
library(bpnreg) fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor, its = 100, burn = 10, n.lag = 3) coef_circ(fit.Motor) coef_circ(fit.Motor, type = "categorical")
Run the code above in your browser using DataLab