AI Real-World Evidence Analyst
An AI Real-World Evidence Analyst leverages machine learning, natural language processing, and advanced analytics to extract actio…
Skill Guide
Survival analysis is a set of statistical methods for analyzing time-to-event data, where the primary outcome is the duration until one or more specified events occur, with explicit handling of censored observations.
Scenario
Analyze a telecom company's customer subscription data to model time until churn, identifying key covariates like contract type and monthly charges.
Scenario
Model time-to-failure for industrial machinery where sensor readings (vibration, temperature) change over time and directly influence failure risk.
Scenario
A pharmaceutical company must choose a primary endpoint (e.g., overall survival vs. progression-free survival) for a Phase III oncology trial, considering competing risks of death from other causes and regulatory acceptance.
R and Python are industry standards for exploratory analysis, modeling, and machine learning integration. SAS remains dominant in regulated clinical trial analysis. Choose based on organizational ecosystem and regulatory requirements.
KM is for univariate visualization and hypothesis testing. Cox PH is the workhorse for multivariable risk factor analysis. AFT models are used when the effect of covariates accelerates/decelerates time directly. Competing risks are essential when multiple event types preclude the event of interest.
Schoenfeld residuals test the critical proportional hazards assumption. C-index measures discriminative ability. Time-dependent ROC and calibration plots assess dynamic predictive accuracy and reliability over the study period.
Answer Strategy
Sample answer: 'First, I would confirm the violation using Schoenfeld residual plots and a hypothesis test. To handle it, I have two main options: I could stratify the model by contract type, which creates separate baseline hazard functions for each group while keeping other coefficients common. Alternatively, if I suspect the effect of contract type changes linearly over time, I would add a time-dependent covariate, an interaction between contract type and log(time), to the model.'
Answer Strategy
Sample answer: 'I would first model the time-to-failure using field data, likely with a parametric Weibull model for smooth extrapolation. The key output is the survival function, S(t), which gives the probability of operating beyond time t. The warranty period would be set at the time t where S(t) drops to, for instance, 0.9, meaning a 90% survival probability. This decision is finalized by cross-referencing this statistical threshold with the financial cost of claims and competitive benchmarks.'
1 career found
Try a different search term.