This function calculates the baserate of the first rater, second rater, and the average of both the raters. Called by baserate.

baserateCT(CT)

Arguments

CT

The contingencyTable for which the baserate is calculated

Value

A list of the format:

firstBaserate

The percentage of the data for which a positive code, or a 1, appears in the first rater

secondBaserate

The percentage of the data for which a positive code, or a 1, appears in the second rater

averageBaserate

The average of the firstBaserate and secondBaserate.

See also