| kfm | R Documentation |
The kfm data frame has 50 rows and 7 columns.
It was collected by Kim Fleischer Michaelsen and contains data for 50
infants of age approximately 2 months. They were weighed immediately
before and
after each breast feeding. and the measured intake of breast milk was
registered along with various other data.
kfm
This data frame contains the following columns:
noa numeric vector, identification number.
dl.milka numeric vector, breast-milk intake (dl/24h).
sexa factor with levels
boy and
girl.
weighta numeric vector, weight of child (kg).
ml.suppla numeric vector, supplementary milk substitute (ml/24h).
mat.weighta numeric vector, weight of mother (kg).
mat.heighta numeric vector, height of mother (cm).
The amount of supplementary milk substitute refers to a period before the data collection.
Original data.
plot(dl.milk~mat.height,pch=c(1,2)[sex],data=kfm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.