coef_circ {bpnreg} | R Documentation |
Circular coefficients
Description
coef_circ
gives posterior summaries of the circular coefficients.
Usage
coef_circ(object, type = "continuous", units = "radians")
Arguments
object |
an object used to select a method. |
type |
one of |
units |
one of |
Details
the methods coef_circ.bpnr and coef_circ.bpnme have their own help page.
Examples
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")
[Package bpnreg version 2.0.3 Index]