Questions tagged [survival]
Survival analysis models time to event data, typically time to death or failure time. Censored data are a common problem for survival analyses.
3,569 questions
1
vote
0
answers
7
views
Is GVIF meaningful for a reduced interaction block created from manually coded factor × treatment terms?
I’m fitting a survival model with a multi-level factor (HistologyClass) and binary treatment variables (Radiotherapy, Chemotherapy). I do not want the full HistologyClass * Treatment interaction, ...
3
votes
1
answer
24
views
How to handle calendar year as a continuous predictor with a mismatched train/test time horizon?
I am using Ordinal Semiparametric Regression (Frank Harrell's rms package) to model overall survival in patients with brain tumor.
My training data is from the SEER database (covering years 2004 to ...
2
votes
0
answers
26
views
Markov State Transition Models vs the Win Ratio in clinical trials
I have recently become interested in Markov State Transition Models for the analysis of clinical trials with composite endpoints, such as the Markov Longitudinal Ordinal Model described in Frank ...
7
votes
1
answer
256
views
Survival proportion for censored data
Let's consider the below example as a life table for survival analysis:
At time 124, we have censored patinet, lost to follow up.
Generally, I have noticed that we don't get from the software ...
2
votes
1
answer
34
views
C-Index less than 0.5 for NNnPH Survival Model
I am working with Neural Network violating Proportional Hazard survival model. This model directly incorporates the proportional hazard into its architecture.
I have applied this model in UnempDur ...
2
votes
1
answer
45
views
How does the Cox hazard regression model change with a main vs. interactive model?
How do these two differ in terms of interpretation? When should one be used over the other?
...
0
votes
0
answers
19
views
Kaplan Meier method for integrated brier score calculation in python [closed]
I have done 5 fold cross validation to create 5 fold: three for training data, one for validation and one for test data. I want to perform Kaplan-Meier method in this data.
I have computed 10 unique ...
4
votes
1
answer
200
views
Survival analysis options for nested cancer data
I commonly work with cancer data that is on the patient-lesion level, as patients with metastases often have multiple treated lesions. While looking at patient survival is easy, I get a bit stuck with ...
1
vote
0
answers
22
views
Understanding PH Assumption for Cause-Specific Hazard Model
I am trying to understand the Cox PH assumption when using a Cause-Specific Hazard Model. I have a dataset of 5,000 observations, split 50/50 between treatment and placebo. There is a main event of ...
3
votes
1
answer
44
views
Are my simulations of multi-level survival times correct?
I came across the article from Bender et al.(2005) and attempted to put this into R code to simulate survival times based on an empirical baseline hazard from existing data.
I compute survival times ...
8
votes
2
answers
356
views
How should I compare two survival prediction models when a predictor’s definition drifts over time?
I am comparing two survival prediction models for CNS tumor patients, and my main concern is temporal drift in histology definitions rather than ordinary overfitting.
My development dataset is SEER (...
2
votes
1
answer
49
views
Pseudo R-squared in the time-dependent Cox PH model
(Maybe the follow-up of this post: Running Cox PH model with time-dependent variables using large data)
I used Case-Cohort subsampling to fit the Cox proportional hazard model with time-dependent ...
5
votes
1
answer
105
views
Application of step function for time dependent covariates in coxme?
In one of my dissertation chapters, I am using survival analysis to assess time to next birth following calf loss in a wild dolphin population to address costs to female fitness. My question is about ...
1
vote
0
answers
28
views
Calculation of mortality probability from AFT model
I computed a survival AFT model with lognormal distribution and derived a nomogram for predicting mortality in a cohort of patients and I would like to extract the predicted mortality at different ...
0
votes
0
answers
34
views
Does a significant frailty variance weaken the evidence for non-proportional hazards compared to a Cox model with a robust estimator?
This is a follow-up question from this post:
The difference in VIF between frailty model and standard Cox model with robust estimator
In my case, I chose to use a frailty model due to high VIF in the ...