library(cfaTools) is_html_output = function() { knitr::opts_knit$get("rmarkdown.pandoc.to")=="html" } knitr::opts_chunk$set( collapse = TRUE, comment = "", prompt=TRUE, fig.dpi = 96 ) if (is_html_output()) { options(width=1000) }
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.
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.
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")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.