Skip to contents

Evaluate 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.

Value

A data table with endpoint definitions enriched with indications of whether to keep the endpoint/strata or not.