python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Loop in Cox regression
I am trying to run a cox regression for 1000 variables (exposure) as below
varlist <- names(dataset)[275:1275]
sumtables <- lapply(varlist, function(i) {
iformula <- as.formula(...
momaz
Votes: 0
Answers: 2
penalized cox regression in Python- how to get coefficient and confidence interval after Choosing penalty strength α?
I am trying to do penalized cox regression in python and to get the coeffecients, I am struggling to get the confidence intervals and would appreciate your help.Running this code , I can get the coeff...
Hatem Ali
Votes: 0
Answers: 0