Learn R Programming

bpnreg (version 2.0.3)

coef_circ.bpnr: Obtain the circular coefficients of a Bayesian circular regression model

Description

Gives the coefficients tables of the circular coefficients for a Bayesian circular regression model.

Usage

# S3 method for bpnr
coef_circ(object, type = "continuous", units = "radians")

Value

A matrix or list with posterior summaries of the circular coefficients in a Bayesian circular regression model.

Arguments

object

a bpnr object obtained from the function bpnr

type

one of c("continuous", "categorical") to get either the coefficients for the continuous or categorical predictor variables

units

one of c("degrees", "radians") to get categorical coefficients estimates and estimates for $ac$, $bc$, AS and SAM in degrees or radians.

Examples

Run this code
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