View source: R/essentiallesions.R
This function calculates a subset of lesions that are denoted "essential lesions". An essential lesion is one that has been detected by a majority of the readers at the routine dose. It represents a subset of lesions that could be considered for essential at any reduced dose (or altered imaging strategy) to detect. The function returns the data frame with all detections by modality by default. If the output file is specified, an output file will include not only this detection summary (sheet: detections), the excel file will also include a listing of just the essential lesions with the detection rates on the reference dose and a results summary that includes an analysis of the number of correct interpretations. See the vignette for the interpretations of essential lesions.
1 | essentiallesions(JAFROCfilename, refname, essentiallesionfilename = NA)
|
JAFROCfilename |
The is the excel file produced by the makeJAFROCfile function. This file is the source of most JAFROC analyses. |
refname |
A text string with the exact character string that corresponds to the reference (or routine) dose |
essentiallesionfilename |
A text string that if supplied, represents the file name produced with the working tables for the essential lesion detections. If the parameter is left null, the detections dataset is return that tabulations of the detection rates for each lesion and a determination as to whether it is an essential lesion. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.