plot.RprobitB_fit: Visualize fitted probit model

View source: R/plotting.R

plot.RprobitB_fitR Documentation

Visualize fitted probit model

Description

This function is the plot method for an object of class RprobitB_fit.

Usage

## S3 method for class 'RprobitB_fit'
plot(x, type, ignore = NULL, ...)

Arguments

x

An object of class RprobitB_fit.

type

[character(1)]
The type of plot, which can be one of:

  • "mixture" to visualize the mixing distribution,

  • "acf" for autocorrelation plots of the Gibbs samples,

  • "trace" for trace plots of the Gibbs samples,

  • "class_seq" to visualize the sequence of class numbers.

ignore

[character()]
Covariate or parameter names that do not get visualized.

...

Currently not used.

Value

No return value. Draws a plot to the current device.


RprobitB documentation built on Aug. 26, 2025, 1:08 a.m.