Learn R Programming

MAICtools (version 0.1.1)

unpts: Description of unpts dataset

Description

A combined data frame containing individual efficacy data from the intervention study and pseudo efficacy data from the comparator study.

Usage

data(unpts)

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 study, "Intervention" for the intervention study and "Cmparator" for the comparator study.

AVAL

Survival or follow up time.

CNSR

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

wt

Weights to be used.

Examples

Run this code
  data(unpts)
  head(unpts)

Run the code above in your browser using DataLab