SsFrocNhRsmModel {RJafroc}R Documentation

RSM fitted model for FROC sample size

Description

RSM fitted model for FROC sample size

Usage

SsFrocNhRsmModel(dataset, lesDistr)

Arguments

dataset

The pilot dataset object representing a NH (ROC or FROC) dataset.

lesDistr

A 1D array containing the probability mass function of number of lesions per diseased case in the pivotal FROC study.

Details

If dataset is FROC, it is converted to an ROC dataset. The dataset is automatically binned. The search model is used to fit each treatment-reader combination. The median value for each parameter is computed and returned by the function (3 values). These are used to compute predicted wAFROC and ROC FOMS over a range of values of deltaMu, which are fitted by a straight line constrained to pass through the origin. The scale factor and R2 are returned. The scaling factor is the value by which the ROC effect size must be multiplied to get the wAFROC effect size. See https://dpc10ster.github.io/RJafrocQuickStart/froc-sample-size.html for vignettes explaining the FROC sample size estimation procedure.

Value

A list containing:

Examples



## Examples with CPU or elapsed time > 5s
## user system elapsed
## SsFrocNhRsmModel 8.102  0.023   8.135

## SsFrocNhRsmModel(DfExtractDataset(dataset04, trts = c(1,2)), c(0.69, 0.2, 0.11))



[Package RJafroc version 2.1.2 Index]