plotsesp: plotsesp() plot the posterior densities for Se and Sp

View source: R/plotsesp.R

plotsespR Documentation

plotsesp() plot the posterior densities for Se and Sp

Description

plotsesp() plot the posterior densities for Se and Sp

Usage

plotsesp(m, binwidth.p = 0.03, CI.level = 0.95)

Arguments

m

The object generated by the metadiag function.

binwidth.p

Histograms binwidth, default is 0.03.

CI.level

Level of the posterior interval default is 0.95.

See Also

metadiag.

Examples


## execute analysis
## Not run: 
data(ep)
m1.ep <- metadiag(ep[,1:4])

plotsesp(m = m1.ep)

## End(Not run)


bamdit documentation built on Sept. 11, 2024, 8:10 p.m.