Download the Microsoft Excel Template for creating a parameter input file ( https://github.com/idslme/IDSL.IPA/blob/main/IPA_parameters.xlsx )
Update the file according to your study.
Run the following code in R-Studio
install.packages("IDSL.IPA")
spreadsheet <- data.frame(readxl::read_xlsx("IPA_parameters.xlsx"))
IDSL.IPA::IPA_Workflow(spreadsheet)
closeAllConnections()
