ONEST_inflation_test {ONEST} | R Documentation |
The ONEST_inflation_test
Description
This function uses the binary (0/1) pathology data to test if the agreement proportion will converge to 0 with an increasing number of observers.
Usage
ONEST_inflation_test(Y)
Arguments
Y |
pathology data as a matrix (missing values are allowed) |
Value
p_value: chi-square p-value, a small p-value indicates significant evidence that the observers’ agreement will converge to a non-zero proportion.
Examples
data("sp263_bin")
ONEST_inflation_test(sp263_bin)
[Package ONEST version 0.1.0 Index]