
Evaluate criteria for inclusion of endpoints or endpoint strata
Source:R/evaluate_criteria.R
      evaluate_criteria.RdEvaluate criteria for inclusion of endpoints or endpoint strata
Usage
evaluate_criteria(
  endpoints,
  adam_set,
  criteria_type = c("endpoint", "subgroup_description", "subgroup_analysis")
)Arguments
- endpoints
 A data table with endpoint definitions.
- adam_set
 A list of pre-processed ADaM tables.
- criteria_type
 A string specifying the type of criteria. This can either be "endpoint", "subgroup_description" or "subgroup_analysis", which apply criteria on whether to include the endpoint, or by/across treatment and strata in the final submission.