Hi everybody,
I was wondering which libraries/packages in R are most useful in your opinion for HEOR analysis. For me it’s obviously tidyverse and openxlsx2 for reading Excel files and working with them. What are your favourites?
1 Like
Hi,
For me a very interesting one is sicksickerPack. It’s a nice case-study showing, that you can implement a HE model in R. I find it an inspiring starting point.
Hi,
I would also add Shiny to the list. It’s great if you want to create a good looking place for client to input data.
1 Like
Hi @Mateusz_Zemojdzin, you’re right, Shiny is a great tool, although I find it quite difficult. Can you reccomend some materials for learning it?
I agree, that it can be quite difficult and unintuitive at first. Luckily there are some great tutorials for it, like this one: Shiny - Welcome to Shiny (posit.co).
There’s also this lovely cheat sheet, which for me was a must have at first Shiny - Shiny for R cheatsheet (posit.co)
1 Like