baserateCT: Calculate Baserate (CT)

Description Usage Arguments Value See Also

View source: R/baserateCT.R

Description

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

Usage

1

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

baserate and baserateSet


rhoR documentation built on Sept. 13, 2020, 5:07 p.m.