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

View source: R/classfunctions.R

coef_lin.bpnmeR Documentation

Obtain the linear coefficients of a Bayesian circular mixed-effects model

Description

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

Usage

## 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

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)


joliencremers/bpnreg documentation built on Nov. 9, 2023, 4:55 a.m.