coef_lin.bpnme: Obtain the linear coefficients of a Bayesian circular...

Description Usage Arguments Value Examples

View source: R/classfunctions.R

Description

Gives the coefficients tables of the linear coefficients for a Bayesian circular mixed-effects model.

Usage

1
2
## S3 method for class 'bpnme'
coef_lin(object)

Arguments

object

a bpnme object obtained from the function bpnme.

Value

A matrix with posterior summaries of the linear coefficients in a Bayesian circular mixed-effects model.

Examples

1
2
3
4
5
library(bpnreg)
fit.Maps <- bpnme(pred.I = Error.rad ~ Maze + Trial.type + L.c + (1|Subject),
data = Maps,
its = 100, burn = 1, n.lag = 1)
coef_lin(fit.Maps)

bpnreg documentation built on Aug. 6, 2021, 9:07 a.m.