comparison_calcPropMissing: Calculate the proportion of missing values in a breech face...

comparison_calcPropMissingR Documentation

Calculate the proportion of missing values in a breech face scan

Description

Calculate the proportion of missing values in a breech face scan

Usage

comparison_calcPropMissing(heightValues)

Arguments

heightValues

list/tibble column of x3p objects

Value

a vector of the same length as the input containing the proportion of missing values in each x3p object's breech face scan.

Examples

data(fadul1.1_processed)

cellTibble <- fadul1.1_processed %>%
comparison_cellDivision(numCells = c(8,8)) %>%
dplyr::mutate(cellPropMissing = comparison_calcPropMissing(heightValues = cellHeightValues))

head(cellTibble)


CSAFE-ISU/cmcR documentation built on Feb. 15, 2023, 5:10 p.m.