survival-analysis
Representing Parametric Survival Model in ‘Counting Process’ form in JAGS
You can use rstanarm package, which is a wrapper around STAN. It allows to use standard R formula notation to describe survival models. stan_surv function accepts arguments in a “counting process” form. Different base hazard functions including Weibull can be used to fit the model. The survival part of rstanarm – stan_surv function is still … Read more