data_process.verif_args {polypharmacy} | R Documentation |
Arguments verification for data_process
.
data_process.verif_args(
Rx_deliv,
Rx_id,
Rx_drug_code,
Rx_drug_deliv,
Rx_deliv_dur,
Cohort,
Cohort_id,
Hosp_stays,
Hosp_id,
Hosp_admis,
Hosp_discharge,
study_start,
study_end,
grace_fctr,
grace_cst,
max_reserve,
verif_cols,
cores
)
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 |
grace_cst |
Numbers |
max_reserve |
An integer number |
cores |
The number of cores to use when executing |
Messages, warnings or errors