SsFrocSampleSize.RdRSM fitted model for FROC sample size
SsFrocSampleSize(dataset, effectSizeROC, JPivot, KPivot, lesDistr)A list containing:
effectSizeROC, the specified ROC effect size.
scaleFactor, the factor by which the ROC effect size
must by multiplied to get the wAFROC effect size.
powerRoc, the ROC power.
powerFroc, the wAFROC power.
See https://dpc10ster.github.io/RJafrocQuickStart/froc-sample-size.html for explanation of the FROC sample size estimation procedure.
# \donttest{
## Examples with CPU or elapsed time > 5s
## user system elapsed
## SsFrocSampleSize 8.102 0.023 8.135
## SsFrocSampleSize(DfExtractDataset(dataset04, trts = c(1,2)),
## effectSizeROC = 0.03, JPivot = 5, KPivot = 100, lesDistr = c(0.69, 0.2, 0.11))
# }