Description Usage Arguments Details Value
This function generates a list containing a plot of particpant heights vs. weights; a data.frame of the most extreme height/weight observations; and a data.frame of participants missing height and/or weight.
1 | htwt_check(cleanlist)
|
cleanlist |
The list of cleaned TO1 data generated
by |
This function generates a list with three elements:
A plot (using ggplot2) of participant heights vs. weights, with the most extreme observations labeled with study IDs.
A table of the most extreme observations.
A table of participants missing either height or weight
"Most extreme" is currently defined by fitting a linear
model (lm(log(Weight) ~ Height
) and flagging
participants whose weights fall outside the 99.9
prediction interval.
A list containing three elements: plot
,
outlierdf
, and missingdf
, each corresponding
to the elements listed above.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.