int_return_dbl_coded {ura} | R Documentation |
int_return_dbl_coded
Description
int_return_dbl_coded
An internal function to return the subjects double-coded by the raters. It runs a number of checks along the way
Usage
int_return_dbl_coded(
in_object_name,
in_rater_column,
in_subject_column,
in_coding_column
)
Arguments
in_object_name |
A dataframe or tibble containing raters' codings. Each row should contain the assigned coding from a given rater-subject. |
in_rater_column |
The name of the column containing the raters' names as a string. |
in_subject_column |
The name of the column containing the names of the subjects being coded as a string. |
in_coding_column |
The name of the column containing the codings assigned by the raters as a string. |
Author(s)
Benjamin Goehring <bengoehr@umich.edu>
[Package ura version 1.0.1 Index]