Test null hypothesis that all modalities have same observer performance ablity, using Bayes factor.
Test_Null_Hypothesis_that_all_modalities_are_same(
dataList,
ite = 1111,
cha = 1,
summary = FALSE
)
MRMC is the only case in which the function is available for this function.
A variable to be passed to the function rstan::
sampling
() of rstan in which it is named iter
. A positive integer representing the number of samples synthesized by Hamiltonian Monte Carlo method,
and, Default = 1111
A variable to be passed to the function rstan::
sampling
() of rstan in which it is named chains
. A positive integer representing the number of chains generated by Hamiltonian Monte Carlo method,
and, Default = 1.
Logical: TRUE
of FALSE
. Whether to print the verbose summary. If TRUE
then verbose summary is printed in the R console. If FALSE
, the output is minimal. I regret, this variable name should be verbose.
none
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.