Spada provides a ‘shiny’ application with a user-friendly interface for interactive data analysis. It supports exploratory data analysis through descriptive statistics, data visualization, statistical tests (e.g., normality assessment), linear modeling, data import, transformation and reporting.
This package is inspired in many other tools like:
IBM SPSS Statistics (https://www.ibm.com/products/spss-statistics)
R Commander package (https://CRAN.R-project.org/package=Rcmdr)
Jamovi (https://www.jamovi.org/)
ydata profiling (https://docs.profiling.ydata.ai/latest/)
You may try Spada in shinyapps.io Spada
You can access Spada Book on this website: Spada Book.
install.packages("spada")
You can install the development version of spada from GitHub using the command below.
install.packages("remotes")
remotes::install_github(
"lgschuck/spada",
dependencies = TRUE
)
library(spada)
if(interactive()){
spada()
}
Spada is distributed as a Docker Image.
For instructions in how to download and use Spada go to Docker
You can use Docker Hub to search for diferent versions.
Loading
Home
Home 2
Metadata
Overview
Edit
Analysis
Output
Exported Output
Options
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.