Learn R Programming

confidenceSim (version 0.1.0)

datlist: Simulated trial data

Description

Simulated trial data list datlist that is generated by singleTrial.R and contains all the necessary information to perform confidence analysis.

Usage

data(datlist)

Arguments

Format

An object of class "list"

subjid

Subject ID from 1 to maximum sample size

arm

Treatment arm allocation for each subject

dat

Response for each subject (0 or 1)

arrival.day

Arrival time (days) for each subject throughout trial duration

obstime

Obveration time (days) for each subject; when response is observed

References

This data set was created for the confidenceSim package.

Examples

Run this code

data(datlist)
head(datlist)

Run the code above in your browser using DataLab