Learn R Programming

bamdit (version 1.1-1)

bamdit.plot: The Bamdit Plot Function

Description

This function plots a scatterplot of posterior predictive sensitivity and specificity with their marginal histograms. The original rates are circled blue.

Usage

bamdit.plot(model,data=NULL,S=200)

Arguments

data
The data use for analysis which the model is generated.
model
The model created from metadiag().
S
The number of predictive posterior rates display in the plot.

See Also

metadiag.

Examples

Run this code
## execute analysis
data(mri)
bamdit.plot(model=metadiag(mri),data=mri)

Run the code above in your browser using DataLab