baserateSet {rhoR} | R Documentation |
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)
Arguments
set |
The |
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
See Also
baserate
and baserateCT
[Package rhoR version 1.3.0.3 Index]