-
In mgcv in R there is support for Conditional Logisitic using coxph with a special data formatting as per below
https://rdrr.io/cran/mgcv/man/coxph.html
```
## conditional logistic regression m…
-
Now that (hopefully) the Cox PR is nearing merging, and following on [#3](https://github.com/piever/AcceleratedFailure.jl/issues/3), I wanted to make a checklist of features to port from AcceleratedFa…
-
Thank you for this package, it is exciting to see its rapid development.
Stata 17 added support for interval-censored semiparametric Cox proportional hazards models in the [stintcox](https://www.st…
-
As part of our suite of study diagnostics, it would be good to evaluate whether the proportionality assumption holds when performing a Cox regression. Could we add something like Schoenfeld residuals …
-
I would like to use lifelines package cox-regression analysis on TCGA data ( a very high dimensional dataset ~1500 features), and I keep getting the "Convergence halted due to matrix inversion problem…
-
+Some References:+
https://github.com/robjhyndman/forecast
http://stackoverflow.com/questions/22140180/java-api-for-auto-regression-ar-arima-time-series-analysis/25922381#25922381
http://rforge.net…
-
The R checks for Cox' proportional hazards model ([`run_R_test_pacoxph`](https://github.com/GenABEL-Project/ProbABEL/blob/master/checks/R-tests/run_R_test_pacox.sh)) fail with version 2.39.2 of the R …
-
The lifelines library computes a cumulative baseline hazard function at the mean of covariates by default. This will often not
make sense, particularly for categorical covariates, where usually are c…
-
Greetings!
Firstly, I would like to express my gratitude to all developers for such a great and handy package. Thank you very much!
I have a question regarding the function **plot_models**. I have p…
-
I have a dataset that contains approximately 95% (presumably) independent data and 5% data where more than one row is influenced by the same outside factor. I [describe it in more more detail in this …