Learn R Programming

WINS (version 1.4.3)

data_continuous: An example with three continuous endpoints.

Description

This is a simulated data example with three continuous endpoints.

Usage

data("data_continuous")

Arguments

Format

A data frame with 250 observations on the following 4 variables.

id

A vector for the patient id.

arm

A vector for the treatment groups.

Y_1

A vector for the outcome of the first endpoint.

Y_2

A vector for the outcome of the second endpoint.

Y_3

A vector for the outcome of the third endpoint.

Examples

Run this code
data(data_continuous)
str(data_continuous)

Run the code above in your browser using DataLab