Learn R Programming

RJafroc (version 1.0.1)

StSignificanceTestingSingleFixedFactor: Perform significance testing for single fixed factor analysis

Description

Significance testing for datasets with single reader in multiple (at least two) modalities, or single modality with multiple (at least two) readers, where reader or modality, respectively, is regarded as a fixed factor and a common case-set, regarded as random, is assumed.

Usage

StSignificanceTestingSingleFixedFactor (dataset, 
   FOM = "wJAFROC", alpha = 0.05)

Arguments

dataset

A single-modality or single-reader dataset.

FOM

The figure of merit, default "wJAFROC", see UtilFigureOfMerit.

alpha

The significance level (alpha, default 0.05) of the test of the null hypothesis that FOMs of all levels of the fixed factor are identical.

Value

The return value is a list containing:

f

The observed F-statistic for testing the null hypothesis of no treatment effect.

ddf

The denominator degrees of freedom of the F statistic. The numerator degrees of freedom is always the number of levels of the fixed factor minus one.

pValue

The p-value for rejecting the NH.

fomStats

Statistics for FOM for each level of the fixed factor.

diffFomStats

Statistics for FOM-differences for all distinct pairings of the levels of the fixed factor

Details

This function performs implements Hillis et al. 2005, Eqn. 23. Following an overall F-test, reader-pairings are compared using paired t-tests. In order for a specific pairing to be declared significant, the F-test must also be significant.

References

Hillis SL, Obuchowski NA, Schartz KM, Berbaum KS (2005) A comparison of the Dorfman-Berbaum-Metz and Obuchowski-Rockette methods for receiver operating characteristic (ROC) data, Statistics in Medicine, 24(10), 1579-607.

Hillis SL (2007) A comparison of denominator degrees of freedom methods for multiple observer ROC studies, Statistics in Medicine. 26:596-619.

Hillis SL (2014) A marginal mean ANOVA approach for analyzing multireader multicase radiological imaging data, Statistics in medicine 33, 330-360.

Examples

Run this code
# NOT RUN {
## Create a single modality ROC dataset with one modality and four readers
singleFactorData <- DfExtractDataset(dataset02, 1, 1:4)

## Performs single modality fixed reader analysis
StSignificanceTestingSingleFixedFactor(singleFactorData, FOM = "Wilcoxon")

# }

Run the code above in your browser using DataLab