data_continuous {WINS}R Documentation

An example with three continuous endpoints.

Description

This is a simulated data example with three continuous endpoints.

Usage

data("data_continuous")

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

data(data_continuous)
str(data_continuous)

[Package WINS version 1.4.2 Index]