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) }
This is the initial release of the cfaTools package. The cfaTools package is developed by the Center for Assessment to provide helpful, open source, and free software tools to states (and others) interested in examining/analyzing large scale educational assessment data.
require(cfaTools) require(SGPdata) cfaGaps(gap_data=sgpData_LONG[YEAR=="2018_2019", c("SCALE_SCORE", "ETHNICITY"), with=FALSE], gap_groups=c("African American", "White"))
For complete cfaTools
documentation, see the documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.