Learn R Programming

cmcR (version 0.1.11)

comparison_calcPropMissing: 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)

Value

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

Arguments

heightValues

list/tibble column of x3p objects

Examples

Run this code
data(fadul1.1_processed)

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

head(cellTibble)

Run the code above in your browser using DataLab