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 update to cfaTools package includes the function bootstrapSRS that allows for the calculation of bootstrap sample statistics based upon stratified random sampling of data using pre-specified strata proportions.

For complete cfaTools documentation, see the documentation



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