coef_ran.bpnme: Obtain random effect variances of a Bayesian circular mixed-effects model
Description
Gives posterior summaries of the circular or linear random effect variances.
The circular random intercept variance and circular random slope variance of
categorical predictors is computed as 1 - mean resultant length.
Usage
# S3 method for bpnme
coef_ran(object, type = "linear")
Value
A matrix with posterior summaries of the random effect variances.
Arguments
object
a bpnme object obtained from the function
bpnme.
type
one of c("linear", "circular") to get either the linear or
circular random effect variances.