python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to generate covariate-adjusted cox survival/hazard functions?
I'm using the survminer package to try to generate survival and hazard function graphs for a longitudinal student-level dataset that has 5 subgroups of interest.
I've had success creating a model that...
programmingnewbie
Votes: 0
Answers: 2
How to calculate X-year survival probability from a cox regression of random survival forest in R
I want to build a survival model then calculate the X-year (e.g. 10-year) risk of survival.
Is there a way to do this using coxph or survreg? Is this possible using random survival forest (e.g. ranger...
Adam Waring
Votes: 0
Answers: 1
Should time and status in survival analysis be included in imputation process of MissForest?
In regression and classification tasks, it seems common to include the response with other covariates when using missForest to impute the covariates. However, how about the time and status of survival...

Chris Lotus
Votes: 0
Answers: 0
Jackknife in R to obtain interval estimates
I have a question on how to use the jackknife using the bootstrap package. I want to obtain the interval estimate for the jackknife method.
I've tried running the code below, but no results for my par...

Rachel Yeoh
Votes: 0
Answers: 0