-
Python 3.8 (conda env)
lifelines-0.27.1
Using the into on the docs website:
https://lifelines.readthedocs.io/en/latest/Survival%20analysis%20with%20lifelines.html
```python
kmf = KaplanMeierF…
-
KaplanMeierFitter Is great that it can handle Left-Truncation, but it cannot handle covariates.
CoxPHFitter is great in every aspect except that I don't see whether it can handle Left-Truncation. …
-
`tm_g_km` is missing ggplot2_args to control additional graphical attributes. Implement ggplot2_args in the same fashion as in other ggplot2 modules in tmc.
-
I'd like to discuss two features which are probably not realistically possible to implement in Typst itself but which may be possible with some kind of rust bindings (which I believe are impossible wi…
tmbb updated
4 months ago
-
This was really interesting to have a look at, thanks for sharing it. I was able to reproduce everything with minimal edits (changing my wd, commenting out some of the interactive bits, `View`, etc). …
-
Thought about this a bit, and I have a few ideas to share. # 1 I think is straightforward. # 2 is a bit more complicated but probably worthwhile. # 3 is way out there, but perhaps may solve problem …
-
Hi,strengejacke. I really like to use your package for table output and plotting. Your package contains many common models, however, I find that your package does not seem to be able to handle surviva…
-
Hello,
is it possible to specify colors for the rmst_plot ?
-
**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…
-
In Seaborn, if someone wants to plot a _smooth_ [survival function](https://en.wikipedia.org/wiki/Survival_function) (defined as 1-the CDF), there are two suboptimal solutions:
- seaborn.kdeplot ca…