ONEST_inflation_test {ONEST} | R Documentation |
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.
ONEST_inflation_test(Y)
Y |
pathology data as a matrix (missing values are allowed) |
p_value: chi-square p-value, a small p-value indicates significant evidence that the observers’ agreement will converge to a non-zero proportion.
data("sp263_bin")
ONEST_inflation_test(sp263_bin)