Description Usage Arguments Details Value
View source: R/Test_Null_Hypothesis_that_all_modalities_are_same.R
Test null hypothesis that all modalities have same observer performance ablity, using Bayes factor.
1 2 3 4 5 6 | Test_Null_Hypothesis_that_all_modalities_are_same(
dataList,
ite = 1111,
cha = 1,
summary = FALSE
)
|
dataList |
MRMC is the only case in which the function is available for this function. |
ite |
A variable to be passed to the function |
cha |
A variable to be passed to the function |
summary |
Logical: |
From input data (variable: dataList
), the two objects
of class stanfit
are created. one is fitted to the null hypothesis model and
the another one representing
alternative hypothesis.
These two stanfit
.
objects are compared by the Bayes factor.
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.