-
When I plot a Kaplan-Maier survival plot with data where one dead time coincides with a drop out time, then the tick mark for this drop out is NOT plotted.
I have read the doc string of plot.surv, …
-
See slides here for more details:
https://github.com/daattali/shiny-training-rstudioconf-2018/blob/master/slides/05-modules.pdf
Basically, instead of
```
iatlas-demo/
├── global.R
├── panels
…
-
# Grand reorganization of `tick`
A lot of features have been added and now `tick` is much more than a library that fits point processes.
The main issue is that the `tick.inference` module contains…
-
I would like to create a Kaplan-Meier plot with a number at risk table using survminer. However I could not adjust the position of the title of risk table.
That is my code:
library(survminer) …
-
dummy issue for now so github doesn't close the milestone (when it's empty)
for release notes: PR in master for 0.8 for main enhancements:
list based largely on milestone missing or 0.8
**TODO:** a…
-
Last point censored could result in extra line from last value to zero (see red line on picture at ~5000 days)
![image](https://user-images.githubusercontent.com/9219423/29605477-ad5afc82-87f3-11e7-9…
-
Due to low failure rates, for a number of situations it is more useful to plot cumulative failure than the survival curve for a Kaplan Meier plot. Though this is not the standard, it has become common…
-
Updated the current version using
`devtools::install_github(repo = "BioinformaticsFMRP/TCGAbiolinks")`
The following error occurs with TCGAanalyze_SurvivalKM
```
solve.default(vv, temp2) :
Lap…
-
`base.data.ModelData` is instantiated with a `Model` and handles nulls. Then we don't hear from it for a while, and post-estimation, it handles wrapping of outputs. These responsibilities are unrela…
-
(e-mail from a user)
First, thanks so much for your work on the really useful survminer package. I am wondering if it’s possible to use the package to plot Kaplan-Meier curves for staggered entry d…