The Wayback Machine - https://web.archive.org/web/20220320134217/https://github.com/topics/survival-analysis
Skip to content
#

survival-analysis

Here are 300 public repositories matching this topic...

lucapalazzi
lucapalazzi commented Aug 11, 2020

Hi,
I ran into the following assertion error when computing the c-index for the discrete MTLR method.

assert durations.shape[0] == surv.shape[1] == surv_idx.shape[0] == events.shape[0]

I suppose the error is due to the fact that the maximum of test durations is 1628***, while the function gets in input a number between 0 and 490. This range (0, 490) is the result of applying the following

Generates and evaluates D, I, A, Alias, E, T, G, and custom optimal designs. Supports generation and evaluation of mixture and split/split-split/N-split plot designs. Includes parametric and Monte Carlo power evaluation functions. Provides a framework to evaluate power using functions provided in other packages or written by the user.

  • Updated Mar 10, 2022
  • R
mlr3proba
RaphaelS1
RaphaelS1 commented Dec 18, 2020

Following changes are required:

  1. Remove composition from crank to distr - This doesn't make any sense for abstract rankings, composition can only make sense for lpto distr.
  2. Add composition from response to distr - This can be most efficiently done by abstracting the probabilistic regression composition and using the same functions in both

(1) is higher priority as its resul

Survival analysis in health economic evaluation Contains a suite of functions to systematise the workflow involving survival analysis in health economic evaluation. survHE can fit a large range of survival models using both a frequentist approach (by calling the R package flexsurv) and a Bayesian perspective.

  • Updated Jan 15, 2022
  • C++

Improve this page

Add a description, image, and links to the survival-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the survival-analysis topic, visit your repo's landing page and select "manage topics."

Learn more