qc_criteria_smp: Quality Control Criteria for Sample-Level Data

View source: R/check_prostate_redcap.R

qc_criteria_smpR Documentation

Quality Control Criteria for Sample-Level Data

Description

For use in check_prostate_redcap.

Usage

qc_criteria_smp()

Value

Tibble:

  • label: Description of the exclusion criterion.

  • filter_criterion: Expression that will be used in filter for restriction to observations that pass the criterion.

  • index: Level of QC that can be provided to check_prostate_redcap in the qc_level_pts and qc_level_smp arguments.

Examples

# Show all criteria:
qc_criteria_smp()

# Show code for criterion #4:
qc_criteria_smp()$filter_criterion[[4]]

stopsack/prostateredcap documentation built on June 3, 2023, 12:51 a.m.