Boxplot: Boxplots from MIMOSA fit

View source: R/TestOR.R

BoxplotR Documentation

Boxplots from MIMOSA fit

Description

Boxplots from MIMOSA fit

Usage

Boxplot(obj, truth)

Arguments

obj

MIMOSA2() output

truth

character vector of true responder / non-responder calls. Responder should be "R"

Value

ggplot grob

See Also

MIMOSA2

Examples

s = simulate_MIMOSA2()
R = MIMOSA2(Ntot=s$Ntot, ns1 = s$ns1, nu1 = s$nu1, nu0 = s$nu0, ns0 = s$ns0,maxit=10)
Boxplot(obj = R,truth = s$truth)

RGLab/MIMOSA2 documentation built on Oct. 10, 2022, 8:35 p.m.