traceplot.bpnr {bpnreg} | R Documentation |
Traceplots for a Bayesian circular regression model
Description
General plot function for a bpnr object
.
Usage
## S3 method for class 'bpnr'
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. |
Examples
library(bpnreg)
fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor,
its = 100, burn = 10, n.lag = 3)
traceplot(fit.Motor, parameter = "beta1")
[Package bpnreg version 2.0.3 Index]