-
I have seen that you are using risky parameter `eval` with default `environment = parent.frame()`
https://github.com/kassambara/survminer/blob/master/R/ggsurvplot.R#L470
I am developing an `[RTCGA](h…
-
There are no docs, tests, or examples for gauss_jacobi, so it's rather hard to guess how to use it. I tried various permutations of jStat objects, js objects, different orientations, without success, …
acthp updated
9 years ago
-
```
Should read: "Kaplan-Meier" (including the hyphen)
```
Original issue reported on code.google.com by `nschu...@gmail.com` on 31 Aug 2011 at 7:38
-
```
Should read: "Kaplan-Meier" (including the hyphen)
```
Original issue reported on code.google.com by `nschu...@gmail.com` on 31 Aug 2011 at 7:38
-
```
Add tooltips via TipTips to all Tabs on Results Page.
Suggested text:
Summary = "Summary of Genomic Alteration"
Network = "Network Visualization and Analysis"
Plots = "Multiple Plots, including …
-
```
Add tooltips via TipTips to all Tabs on Results Page.
Suggested text:
Summary = "Summary of Genomic Alteration"
Network = "Network Visualization and Analysis"
Plots = "Multiple Plots, including …
-
I am too much of an amateur to provide a meaningful, constructive issue. However, I prefer python for analysis, and the functionality of your package is pretty nice. I am using survival analysis to a…
-
`_additive_f` returns `np.log(population - deaths) - np.log(population)` and `_additive_estimate` `cumsum` in used to get the total. Since numpy do have `cumprod` function, why everything is calculate…
-
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). …
-
The labels "_upper_0.95" and "_lower_0.95" break plotting if LaTeX is enabled:
``` python
import matplotlib as mpl
mpl.rcParams['text.usetex']=True
# Create a kaplan-meier fitter then plot...
kmf.pl…