TIDAL is an R Shiny application for data wrangling, analysing, visualising and interpreting growth curve model data aimed at a variety of users, including researchers, clinicians, public health officials and educators. The aim is for this tool to remove barriers to implementing longitudinal research to researchers without specialist statistical backgrounds.
Please go to https://tidal-modelling.github.io/ for documentation on TIDAL.
TIDAL is available to use in different formats:
- an online apllication accessed at https://tidal.shinyapps.io/tidalapp/
- installed as an R package
install.packages("remotes")
remotes::install_github("TIDAL-modelling/TIDAL")
- installed as a desktop application (on Windows and macOS)
The online application can be used to explore synthetic datasets provided, please do not upload sensitive data to the tool online. To explore your own data please install the R package or desktop application. This ensures no sensitive data is being uploaded online.