Skip to content
#

survival-analysis

Here are 180 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 Aug 17, 2020
  • R
mlr3proba
fkiraly
fkiraly commented Oct 31, 2019

A wishlist for probabilistic regression methods to implement or interface.
Number of stars at the end is estimated difficulty or time investment.

GLM

  • generalized linear model(s) with regression link, e.g., Gaussian *
  • generalized linear model(s) with count link, e.g., Poisson *
  • heteroscedastic linear regression ***
  • Bayesian GLM where conjugate priors are available, e

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 Aug 17, 2020
  • 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

You can’t perform that action at this time.