traceplot.bpnme {bpnreg} | R Documentation |
Traceplots for a Bayesian circular mixed-effects model
Description
General plot function for a bpnme object
.
Usage
## S3 method for class 'bpnme'
traceplot(object, parameter = "SAM", variable = NULL)
Arguments
object |
a |
parameter |
one of |
variable |
a character string with variable name(s) to indicate for
which variable(s) a traceplot is required. This cannot be used in
combination with the parameters |
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)
traceplot(fit.Maps)