Learn R Programming

bayesCT (version 0.99.3)

binomialdata: Binomial dataset for analyzing adaptive Bayesian trials

Description

A dataset containing the results of 300 patients with binomial outcome, the dataset is filled with loss to follow up.

Usage

data(binomialdata)

Arguments

Format

A data frame with 300 rows and 4 variables:

id

Patient ID in the trial

treatment

treatment assignment for patients, 1 for treatment group 0 for control group

outcome

binomial outcome of the trial, 1 for response (success or failure), 0 for no response

complete

1 for complete outcome, 0 for loss to follow up

Examples

Run this code
# NOT RUN {
data(binomialdata)
# }

Run the code above in your browser using DataLab