Survival Analysis Flashcards
(40 cards)
What is survival analysis used for?
It analyzes time-to-event data, focusing on the duration until one or more events of interest occur.
Explain the concept of censored data in survival analysis.
Censored data occurs when the information about an individual’s time to event is incomplete.
What is the Kaplan-Meier estimator?
It estimates the survival function from lifetime data and can accommodate censored cases.
Describe how the Cox proportional hazards model works.
It models the hazard rate as a function of baseline hazard and covariates, assuming proportional hazards.
What are hazard ratios, and how are they interpreted?
Hazard ratios compare the hazard rates between two groups; values greater than 1 indicate higher risk in the treatment group compared to the control.
How do you test for the proportionality assumption in the Cox model?
By assessing whether the log(-log(survival)) plot is parallel across groups.
What is the log-rank test, and what does it test for?
It compares the survival distributions of two or more groups.
How do you handle ties in survival data?
Handling ties can be done by adjusting the risk sets or using specific tie-handling methods in the Cox model.
What is the difference between fixed and random effects in survival analysis?
Fixed effects are the same across individuals, while random effects vary and can include random variations not explained by the model.
How can you include time-dependent covariates in a Cox model?
By including them with time-varying coefficients or using stratified or extended Cox models.
What role does stratification play in survival analysis?
Stratification allows adjusting the analysis for variables that violate the proportional hazards assumption.
How do you adjust for confounding variables in survival analysis?
By including them as covariates in the model or using stratification.
What are competing risks, and how do they affect survival analysis?
Competing risks occur when different types of events interfere with the event of interest, necessitating special modeling approaches.
How do you assess model fit in survival analysis?
By using diagnostic plots, goodness-of-fit tests, and checking the assumptions of the model.
What are the assumptions underlying the Kaplan-Meier method?
Assumptions include independent and identically distributed survival times and no information on censored observations other than being censored.
What methods are used to compare multiple survival curves?
Using tests like the log-rank test or Wilcoxon test to determine if there are statistically significant differences between groups.
How is the cumulative hazard function calculated?
As the integral of the hazard function over time.
What is parametric survival analysis?
It assumes a specific distribution for the event times and estimates parameters of that distribution.
What are the implications of violating the proportionality assumption of the Cox model?
It can lead to biased or misleading estimates of the effect size.
How do you interpret survival function plots?
They show the probability of surviving past certain time points, with steeper curves indicating quicker declines in survival.
What is accelerated failure time modeling?
It models the logarithm of survival time, allowing for different time scales for covariates’ effects.
How do you deal with missing data in survival analysis?
By using methods like multiple imputation or weighting approaches to adjust for missing data.
What statistical software tools are commonly used for survival analysis?
Tools like R (survival package), SAS (PROC LIFETEST), and Stata are popular.
How do competing risks influence the interpretation of survival probabilities?
They complicate the analysis as each type of event must be treated as a potential censoring for the other types.