Description Usage Arguments Details Value
This function calculates BMI records using height and weight results from CPRD GOLD.
1 |
cohort |
A dataframe containing at least one column called patid |
height |
A dataframe extracted from the height() function |
weight |
A dataframe extracted from the weight() function |
It assumes that your cohort contains a column named patid and that the weight and height tables have already been extracted.
A dataframe containing all bmi records
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.