comparison_calcPropMissing | R Documentation |
Calculate the proportion of missing values in a breech face scan
comparison_calcPropMissing(heightValues)
heightValues |
list/tibble column of x3p objects |
a vector of the same length as the input containing the proportion of missing values in each x3p object's breech face scan.
data(fadul1.1_processed) cellTibble <- fadul1.1_processed %>% comparison_cellDivision(numCells = c(8,8)) %>% dplyr::mutate(cellPropMissing = comparison_calcPropMissing(heightValues = cellHeightValues)) head(cellTibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.