Learn R Programming

ONEST (version 0.1.0)

ONEST_inflation_test: 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<U+2019> agreement will converge to a non-zero proportion.

Examples

Run this code
# NOT RUN {
data("sp263_bin")
ONEST_inflation_test(sp263_bin)
# }

Run the code above in your browser using DataLab