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.
To be passed to the function rstan::
sampling
() in rstan. An argument of rstan::
sampling
() in which it is named iter
. A positive integer representing the number of samples synthesized by Hamiltonian Monte Carlo method,
and, Default = 10000. If your model could not converge, then raise this number. Must be greater for more reliable estimates.
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.