Learn R Programming

rhoR (version 1.3.1)

baserateSet: Calculate Baserate (Set)

Description

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

Usage

baserateSet(set)

Value

A list of the format:

firstBaserate

The percentage that a positive code, or a 1, appears in the first rater

secondBaserate

The percentage that a positive code, or a 1, appears in the second rater

averageBaserate

The average percentage that a positive code, or a 1, appears in either of the two raters

Arguments

set

The codeSet for which the baserate is calculated

See Also

baserate and baserateCT