Description
Miscellaneous Functions for the Analysis of Educational Assessments.
Description
Miscellaneous functions for data cleaning and data analysis of educational assessments. Includes functions for descriptive analyses, character vector manipulations and weighted statistics. Mainly a lightweight dependency for the packages 'eatRep', 'eatGADS', 'eatPrep' and 'eatModel' (which will be subsequently submitted to 'CRAN'). The function for defining (weighted) contrasts in weighted effect coding refers to te Grotenhuis et al. (2017) <doi:10.1007/s00038-016-0901-1>. Functions for weighted statistics refer to Wolter (2007) <doi:10.1007/978-0-387-35099-8>.
README.md
eatTools
Overview
eatTools
contains additional functions required for R
packages eatModel
, eatRep
, eatPrep
and eatGADS
. Most functions are related to data preparation, cleaning, descriptive analyses and weighted statistics.
Installation
# Install stable version from CRAN via
install.packages("eatTools")
# Install development version from GitHub via
devtools::install_github("weirichs/eatTools")