Description Usage Arguments Value
data_process
but with only 1 core. To use in the multicores process.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Rx_deliv |
Name of the table listing all prescription drugs deliveries including the run-in period. See Details. |
Rx_id |
Column name of |
Rx_drug_code |
Column name of |
Rx_drug_deliv |
Column name of |
Rx_deliv_dur |
Column name of |
Cohort |
Name of the table providing the unique identifiers of the study cohort. Only the ids listed in both the |
Cohort_id |
Column name of |
Hosp_stays |
Name of the table listing all hospital stays. (see Details for possible format). |
Hosp_id |
Column name of |
Hosp_admis |
Column name of |
Hosp_discharge |
Column name of Hosp_stays that contains the date of discharge from hospital (Date format, see Details). |
study_start |
Defines the first and last day of the study period for which the polypharmacy indicator(s) need to be calculated. All treatment periods prior to |
study_end |
Defines the first and last day of the study period for which the polypharmacy indicator(s) need to be calculated. All treatment periods prior to |
grace_fctr |
Numbers ≥ 0. Two types of grace periods can be applied. One is proportional to the treatment duration of the latest delivery ( |
grace_cst |
Numbers ≥ 0. Two types of grace periods can be applied. One is proportional to the treatment duration of the latest delivery ( |
max_reserve |
An integer number ≥ 0 or |
data.table
with four (4) variables:
The individual unique identifier which name is defined by Rx_id
.
The drug unique identifier which name is defined by Rx_drug_code
.
tx_start
: The date of initiation of the reconstructed continued treatment (format as date).
tx_end
: The date of the last day of the reconstructed continued treatment (format as date).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.