-
Hi Pycox Community!
I am working on a project applying survival analysis to the dwell times of insects and have found the PyCox package quite useful.
I have mostly been following along with the …
-
Hey there!
In #1181 I corrected the "code" used in the [left censoring example](https://lifelines.readthedocs.io/en/latest/Survival%20analysis%20with%20lifelines.html#left-censored-data-and-non-det…
-
As title show
-
Hi,
Firstly, great package - lots of handy features and easy to generate the required information.
However, when I apply `analyse_survival` for UV analysis to any factors with ≥3 levels, the ove…
-
Since the survival months (e.g. OS_MONTHS) include both time of event (e.g. death) and time of last follow up, the current analysis is not proper. Here are the options to fix the problem.
Opt 1. Ex…
jjgao updated
4 years ago
-
https://shixiangwang.github.io/home/en/post/ucscxenatools-201908/
-
Hi, I'm trying to running gwasurvivr to do survival analysis.
the code I'm using is as follows:
library(gwasurvivr)
```
bed.file
-
Survival analysis (Cox regression and ggforest plot)
- 25 different tumors and no cancers
- PTV burden as a continuous variable
- Variables in the Cox models: sex, ethnic group, PCA1-10, PTV burd…
-
Professor Harrell
I am a big fan of your packages. I am new to survival analysis. I can use the plot() function to depict the objects obtained from `npsurv()`. survplot does not seem to work in …
-
Current CoxPH predict function will only return exp(beta * covariate). However, it will be helpful to also return the hazard or survival functions as well if the user will choose to have it.