coding_summary: Summary of coding of document allocation.

View source: R/report_scoring_grouping_method.R

coding_summaryR Documentation

Summary of coding of document allocation.

Description

Returns tibble with number of items of each variable value combination types coded in the document by the user.

Usage

coding_summary(
  user_doc_id,
  allocation_type = "all",
  restrict_double_coded = TRUE
)

Arguments

user_doc_id

The user_doc_id(s) to summarize.

allocation_type

The allocation type ("training", "testing","coding", "all").

restrict_double_coded

Only summarize articles which have been coded more than once (in FALSE summarize all articles).

Value

Returns tibble with number of items of predefined types coded in the document by the user.


gidonc/durhamevp documentation built on April 8, 2022, 10:31 a.m.