plotFOM: Plot Figure of Merit.

Description Usage Arguments Value

View source: R/plotFOM.R

Description

This function plots the Figure of Merits and 95% CIs in a forest plot for each modality.

Usage

1
plotFOM(dataframe, themethod, thetreatment = "Treatment")

Arguments

dataframe

This the dataframe that is the first list element returned by the prepareestimates function. The array is processed outside this function to allow for labeling and formatting the modalities before the plot is generated.

themethod

A character string that uses one of the following analysis methods: RRRC (random reader random case), FRRC (fixed reader, random case), RRFC (random reader, random case)

thetreatment

A text string that indicates the name of the variable that pertains to the name of the modality. The JAFROC analysis will automatically use Treatment as this name. If for some reason the name is changed, this will allow that new name to be specified.

Value

ggplot2 figure object


newrickey/mrmctools documentation built on May 28, 2019, 3:11 p.m.