dmphillippo / multinma

Network meta-analysis of individual and aggregate data in Stan
https://dmphillippo.github.io/multinma
33 stars 15 forks source link

Time to event analysis #18

Closed SharmaA24 closed 7 months ago

SharmaA24 commented 2 years ago

Hello,

Can you please tell me how we can perform ML-NMR on survival data (time-to-event) using this package? I have tried to specify the "surv" argument in the set_ipd function but it seems that it's not working.

Urgent help would be much appreciated.

Thanks!

dmphillippo commented 9 months ago

Hi @SharmaA24, survival outcomes are now supported in the development branch of the package. This will be released to CRAN soon, but in the meantime you can try this out by installing the development version from r-universe:

install.packages("multinma", repos = c("https://dmphillippo.r-universe.dev", getOption("repos")))

Let me know if you do try it and have any feedback/suggestions/bugs!

dmphillippo commented 7 months ago

Now on CRAN, with the release of version 0.6.0