data_normal: Data file for normal analysis

Description Usage Arguments Value

View source: R/normal.R

Description

Wrapper function for data file in normal analysis.

Usage

1
data_normal(treatment, outcome, complete, .data = NULL)

Arguments

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, please do not fill it in.

Value

a list with treatment, outcome and loss to follow up vector with normal outcome.


bayesCT documentation built on July 2, 2020, 2:34 a.m.