plot.bmixlm: Trace plots for 'bmixlm' objects

Description Usage Arguments Details

Description

Plot a trace plot of a set of parameters from a bmixlm object.

Usage

1
2
3
## S3 method for class 'bmixlm'
plot(x, which = c("probit", "comp1", "comp2", "error"),
  main = which, ...)

Arguments

x

An object of class bmixlm

which

The coefficient set to plot

main

The main title for the plot

...

Additional options to plot.ts.

Details

The fitted object contains of four sets of parameters: the coefficients for the two component models, the coefficients for the probit model, and the error standard deviations from the two component models. The which argument determines which of these parameter sets is plotted:

"comp1"

coefficients for the first component model

"comp2"

coefficients for the second component model

"probit"

coefficients for the probit binary model

"error"

error standard deviations for the two components


SWotherspoon/bmixlm documentation built on May 9, 2019, 12:07 p.m.