comparison_calcPropMissing {cmcR} | R 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)
[Package cmcR version 0.1.11 Index]