traceplot {bpnreg} | R Documentation |
Traceplots
Description
Traceplot function for a bpnr object
or bpnme object
.
Usage
traceplot(object, parameter = "SAM", variable = NULL)
Arguments
object |
an object used to select a method. |
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")