StSignificanceTestingCrossedModalities {RJafroc} | R Documentation |
Perform significance testing using crossed treatments analysis
Description
Performs ORH analysis for specified crossed treatments dataset averaged over specified treatment factor
Usage
StSignificanceTestingCrossedModalities(
ds,
avgIndx,
FOM = "wAFROC",
alpha = 0.05,
analysisOption = "ALL"
)
Arguments
ds |
The crossed treatments dataset |
avgIndx |
The index of the treatment to be averaged over |
FOM |
|
alpha |
|
analysisOption |
Value
The return list contains the same items with StSignificanceTesting
.
Examples
## read the built in dataset
retCrossed2 <- StSignificanceTestingCrossedModalities(datasetCrossedModality, 1)
[Package RJafroc version 2.1.2 Index]