Learn R Programming

rhoR (version 1.3.1)

baserateCT: Calculate Baserate (CT)

Description

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

Usage

baserateCT(CT)

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.

Arguments

CT

The contingencyTable for which the baserate is calculated

See Also

baserate and baserateSet