This is the corresponding shiny app to the mvpa R package. For how to use the R shiny app or the underlying R package, please refer to the online documentation.
Please install R Studio and R (>= 4.2, lower versions have not been tested). Open R Studio and type the following code into the console:
if (!require("devtools", quietly = TRUE)) {
install.packages("devtools")
} else {
print("Devtools has been already installed.")
}
# The mvpa R package will be installed automatically
devtools::install_github("liningtonlab/mvpaShiny")
This will install the underlying mvpa package and the shiny app.
To start the app, run the following code:
library(mvpaShiny)
mvpaApp()
For feedback, questions or comments please contact Roger G. Linington or Olav M. Kvalheim