knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

squeacr: Semi-Quantitative Evaluation of Access and Coverage (SQUEAC) Tools in R

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. lifecycle R-CMD-check test-coverage Codecov test coverage CodeFactor DOI

In the recent past, measurement of coverage has been mainly through two-stage cluster sampled surveys either as part of a nutrition assessment or through a specific coverage survey known as Centric Systematic Area Sampling (CSAS). However, such methods are resource intensive and often only used for final programme evaluation meaning results arrive too late for programme adaptation. SQUEAC, which stands for Semi-Quantitative Evaluation of Access and Coverage, is a low resource method designed specifically to address this limitation and is used regularly for monitoring, planning and importantly, timely improvement to programme quality, both for agency and Ministry of Health (MoH) led programmes. This package provides functions for use in conducting a SQUEAC investigation.

Installation

The squeacr package is not yet available on CRAN but can be installed from the Nutriverse R universe as follows:

install.packages(
  "squeacr",
  repos = c('https://nutriverse.r-universe.dev', 'https://cloud.r-project.org')
)

What does squeacr do?

The squeacr package provides functions that facilitate the processing, analysis and reporting of various components of a SQUEAC investigation. The current version of the squeacr package currently provides the following:

Citation

If you find the squeacr package useful, please cite using the suggested citation provided by a call to the citation function as follows:

citation("squeacr")

Community guidelines

Feedback, bug reports, and feature requests are welcome; file issues or seek support here. If you would like to contribute to the package, please see our contributing guidelines.

This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



rapidsurveys/squeacr documentation built on March 5, 2024, 8:33 p.m.