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

anthrocheckr: An Implementation of Anthropometric Measurement Standardisation Tests

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Lifecycle: maturing CRAN status CRAN CRAN CRAN R-CMD-check R build status Codecov test coverage CodeFactor

Ensuring the precision and accuracy of measurements is critical when collecting anthropometric data. Anthropometrists are usually tested for precision and accuracy of measurement through standardisation tests performed prior to anthropometric data collection. This package provides functions to calculate inter- and intra-observer technical error of measurement (TEM) to assess precision of measurements.

What does anthrocheckr do?

Installation

anthrocheckr is not yet on CRAN but can be installed from the nutriverse R universe as follows:

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

Usage

Citation

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

citation("anthrocheckr")

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.

Please note that the ennet project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



nutriverse/anthrocheckr documentation built on April 14, 2024, 8:38 p.m.