Ir al contenido

This function calculates various statistics (mean, standard deviation, standard error, minimum, and maximum) for specified biometric variables in a data frame.

Uso

biometryStat(x, variables = c("altura_cm", "dmayor_cm", "dmenor_cm"))

Argumentos

x

A data frame containing biometric data.

variables

A character vector specifying the names of the biometric variables for which statistics will be calculated. Default is c('altura_cm', 'dmayor_cm', 'dmenor_cm').

Valor

A data frame with columns for each statistic (mean, sd, se, min, max) and a corresponding variable column.