-
## Description of the feature
Can you support strata in COX model? It is included in lifetimes and statsmodels.
**Additional context**
https://lifelines.readthedocs.io/en/latest/fitters/reg…
-
Hi!
I was hoping to implement a competing risks estimator in my python package dcurves. I was wondering if this package would build out its survival modules to incorporate cox proportional hazards/…
-
**Setup**
- Rancher version: v2.9-519c3f0ed10fe01423a241f93b0a0beb17712dd9-head
- Rancher UI Extensions: release-2.9 e02174d
- Browser type & version: Firefox
**Describe the bug**
The dropd…
-
- [ ] Perform Hosmer-Lemeshow goodness of fit test for logistic regression to validate ARD eventa i.e. exacerbation frequency
- [ ] Report p-value for the Hosmer-Lemeshow test
- [ ] Perform su…
-
**Is your feature request related to a problem? Please describe.**
When sending cox regression coefficients to a data table, only beta terms are included and h0 term is omitted, resulting in incomp…
-
Suppose I fit a Survival Cox-PH Regression Model in R and get the following results:
```
Call:
coxph(formula = Surv(time, status) ~ age + sex + ph.ecog, data = lung)
coef exp(coef…
-
(mainly parking a reference)
D'Agostino, Ralph B., Mei‐Ling Lee, Albert J. Belanger, L. Adrienne Cupples, Keaven Anderson, and William B. Kannel. "Relation of pooled logistic regression to time depen…
-
Here are some papers of relevant including my paper with colleagues
[Statistics in Medicine - 2016 - Kalia.pdf](https://github.com/kelseybmccune/Time-to-Event_Repeatability/files/14155538/Statistic…
-
Hi @mattn, I wanted to use XGBoost for quantile regression but found that the loss function of pseudo Huber error does no better than a null model. Currently, `objective = 'reg:pseudohubererror'` pred…
-
Thank you very much for providing this package! I am new to the field and might have missunderstod something but when I read the sourcecode for `.coxps_match()` it strikes me on line 152 that you have…