Learn R Programming

MAICtools (version 0.1.1)

IPD: Description of IPD dataset

Description

An example data frame containing individual patient data from the intervention study, with baseline characteristic variables for matching.

Usage

data(IPD)

Arguments

Format

A data frame with X rows and Y variables:

SUBJID

Subject Unique Identifier.

TRT

Grouping variable, e.g., "active" or "control".

BPDL1

Stratification factors for stratified analysis.

CNSBRAIN

Stratification factors for stratified analysis.

AGEGR

Stratification factors for stratified analysis.

WEIGHT

Baseline characteristic variables for matching or summarizing.

HEIGHT

Baseline characteristic variables for matching or summarizing.

BMI

Baseline characteristic variables for matching or summarizing.

DIAG

Baseline characteristic variables for matching or summarizing.

SEX

Baseline characteristic variables for matching or summarizing.

ECOG

Baseline characteristic variables for matching or summarizing.

SMK

Baseline characteristics variables for matching.

METBRAIN

Baseline characteristics variables for matching.

METLIVER

Baseline characteristics variables for matching.

PARAMCD

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

AVAL

Survival or follow up time.

CNSR

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

RESP

Response status, 1 = responder, 0 = non-responder.

Examples

Run this code
  data(IPD)
  head(IPD)

Run the code above in your browser using DataLab