summariseTreatmentFromConceptSet {DrugUtilisation}R Documentation

This function is used to summarise the dose table over multiple cohorts.

Description

This function is used to summarise the dose table over multiple cohorts.

Usage

summariseTreatmentFromConceptSet(
  cohort,
  strata = list(),
  window,
  treatmentConceptSet,
  combination = FALSE,
  minCellCount = 5
)

Arguments

cohort

Cohort with drug use variables and strata.

strata

Stratification list.

window

Window where to summarise the treatments.

treatmentConceptSet

Concept set list to summarise.

combination

Whether to include combination treatments.

minCellCount

Below this number counts will be suppressed.

Value

A summary of the drug use stratified by cohort_name and strata_name


[Package DrugUtilisation version 0.6.1 Index]