eatGADS
(educational assessment tools: GADS) is the data management and data handling tool used by the Institute for Educational Quality Improvement in Germany (IQB
). It uses SQLlite3 as a back end and is especially suited for importing data stored as SPSS
files. eatDB is used for data base creating and use, haven is used for importing SPSS files.
# Install stable version from CRAN via
install.packages("eatGADS")
# Install development version from GitHub via
remotes::install_github("beckerbenj/eatGADS")
The functionality of eatGADS
is extensively documented in various vignettes. If you have questions regarding existing functionality or requests for new features, contact the package author.