Learn R Programming

rpact (version 3.3.4)

Dataset: Dataset

Description

Basic class for datasets.

Arguments

Fields

stages

The stage numbers of the trial. Is an integer vector of length kMax.

groups

The group numbers. Is an integer vector of length number of stages times number of groups.

Details

Dataset is the basic class for

  • DatasetMeans,

  • DatasetRates, and

  • DatasetSurvival.

This basic class contains the fields stages and groups and several commonly used functions.