print.bpnme: Print output from a Bayesian circular mixed-effects model

Description Usage Arguments Value Examples

View source: R/classfunctions.R

Description

Prints selected output from a Bayesian circular mixed-effects model.

Usage

1
2
## S3 method for class 'bpnme'
print(x, ...)

Arguments

x

a bpnme object obtained from the function bpnme().

...

further arguments passed to or from other methods.

Value

A print of selected output from 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)
print(fit.Maps)

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