# NOT RUN {
# First, we prepare an example FROC data "dataList.Chakra.1" in this package.
# Note that this data should be formed as a single reader and a single modality.
# If data are multiple readers and multiple modalities, i.e.,MRMC-data,
# then another function named viewdataMRMC is available for MRMC-data.
dat <- get(data("dataList.Chakra.1"))
# Show data named "dat";
viewdata_srsc(dat)
#The Reason why the author made this \code{viewdata_srsc} is
#the code does not refer your confidence level.
#More precisely, my program made the column vector of confidence levels
#from the its highest number,
#so, it may be occur the interpretaion of code for hits and false alarm
#are inverse order compared with your data.
# }
# NOT RUN {
# dottest
# }
Run the code above in your browser using DataLab