Centered patient data from two arm trial
Format
A data frame with 1000 rows and 14 columns:
- USUBJID
Unique subject identifiers for patients.
- ARM
Assigned treatment arm.
- AGE
Age in years at baseline.
- SEX
Sex of patient recorded as character
"Male"/"Female".- SMOKE
Smoking status at baseline as integer
1/0.- ECOG0
Indicator of ECOG score = 0 at baseline as integer
1/0.- N_PR_THER
Number of prior therapies received as integer
1, 2, 3, 4.- SEX_MALE
Indicator of
SEX == "Male"as numeric1/0.- AGE_CENTERED
Age in years at baseline relative to average in aggregate data agd.
- AGE_MEDIAN_CENTERED
AGEgreater/less thanMEDIAN_AGEin agd coded as1/0and then centered at 0.5.- AGE_SQUARED_CENTERED
AGEsquared and centered with respect to theAGEin agd. The squared age in the aggregate data is derived from the \(E(X^2)\) term in the variance formula.- SEX_MALE_CENTERED
SEX_MALEcentered by the proportion of male patients in agd- ECOG0_CENTERED
ECOG0centered by the proportion ofECOG0in agd- SMOKE_CENTERED
SMOKEcentered by the proportion ofSMOKEin agd- N_PR_THER_MEDIAN_CENTERED
N_PR_THERcentered by the median in agd.
See also
Other anchored datasets:
adrs_twt,
adsl_twt,
adtte_twt,
agd,
pseudo_ipd_twt,
weighted_twt