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 a major update to the cfaTools package including numerous functions to help with imputation with missing data due to pandemi related testing interruptions. In addition a function for the calculation of Andrew Ho's Fair Trend metric (2nd metric) he described is also include. Please reference the following vignettes for more details:

For complete cfaTools documentation, see the documentation



CenterForAssessment/cfaTools documentation built on Dec. 5, 2024, 3:03 p.m.