baserateCT {rhoR} | R Documentation |
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)
Arguments
CT |
The |
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
[Package rhoR version 1.3.0.3 Index]