Wrapper function for data file in normal analysis.
data_normal(treatment, outcome, complete, .data = NULL)
treatment | vector. Treatment assignment for patients, 1 for treatment group and 0 for control group |
---|---|
outcome | vector. Normal outcome of the trial. |
complete | vector. Similar length as treatment and outcome variable, 1 for complete outcome, 0 for loss to follow up. If complete is not provided, the dataset is assumed to be complete. |
.data | NULL. Stores the normal data for analysis. Should not be edited by the user. |
a list with treatment, outcome and loss to follow up vector with normal outcome.