+
+
+
EXPERIMENTAL. Obtain adjusted and unadjusted PSM hazards for given endpoint and time
+
+
+
+
Usage
+
pickout_psmhaz(timevar, endpoint, ptdata, dpam, psmtype)
+
+
+
+
Arguments
+
- timevar
+Vector of times at which to calculate the hazards
+
+
+- endpoint
+Endpoint for which hazard is required (TTP, PPD, PFS, OS or PPS)
+
+
+- ptdata
+Patient-level dataset
+
+
+- dpam
+List of fitted survival models for each endpoint
+
+
+- psmtype
+Type of PSM - simple or complex
+
+
+
+
Value
+
+
+
List of data and graph
+Data is a dataset of the time-range, method (adjusted or unadjusted hazard), and hazard value
+Graph is a line graphic of the hazards plotted against the time-range
+
+
+
adj is the hazard adjusted for constraints, unadj is the unadjusted hazard
+
+
+