Skip to contents

Add estimated BMI (eBMI) and corresponding weights to the data frame.

Usage

add_eBMI_to_df(data, adult_height = adult_height_in)

Arguments

data

A data frame containing BMI data.

adult_height

Column name for adult height.

Value

A data frame with added eBMI and weight columns.