Learn R Programming

MAICtools (version 0.1.1)

pseudo: Description of pseudo dataset

Description

An example data frame containing pseudo patient data from the comparator study

Usage

data(pseudo)

Arguments

Format

A data frame with X rows and Y variables:

SUBJID

Subject Unique Identifier.

PARAMCD

Subsets to be analyzed, e.g., "PFSINV", "OS".

ARM

Label of the comparator study, = "Comparator".

AVAL

Survival or follow up time.

CNSR

The status indicator, 0 = event, 1 = censored.

wt

Weights, = 1.

Examples

Run this code
  data(pseudo)
  head(pseudo)

Run the code above in your browser using DataLab