Introduction

The R package cfaTools contains data analysis tools for use in examining large scale student educational assessment data. The package is under active development by staff at the Center for Assessment.

Use

After installing the package from either CRAN or GitHub, there are many possible analyses of educational assessments that can be conducted using functions in the package.

Examples

The first argument, n, is the cardinal number to be converted to an ordinal number:

> cfaGaps(gap_data=sgpData_LONG[YEAR=="2018_2019", c("SCALE_SCORE", "ETHNICITY"), with=FALSE],
+         gap_groups=c("African American", "White"),
+   output_format="PLOTLY")

Contributions & Requests

If you have contribution (for example, another language) or a feature request for the cfaTools package, don’t hesitate to write or set up an issue on GitHub.