Last data update: 2014.03.03

R: Breast-feeding data
kfmR Documentation

Breast-feeding data

Description

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.

Usage

kfm

Format

This data frame contains the following columns:

no

a numeric vector, identification number.

dl.milk

a numeric vector, breast-milk intake (dl/24h).

sex

a factor with levels boy and girl.

weight

a numeric vector, weight of child (kg).

ml.suppl

a numeric vector, supplementary milk substitute (ml/24h).

mat.weight

a numeric vector, weight of mother (kg).

mat.height

a numeric vector, height of mother (cm).

Note

The amount of supplementary milk substitute refers to a period before the data collection.

Source

Original data.

Examples

plot(dl.milk~mat.height,pch=c(1,2)[sex],data=kfm)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ISwR)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ISwR/kfm.Rd_%03d_medium.png", width=480, height=480)
> ### Name: kfm
> ### Title: Breast-feeding data
> ### Aliases: kfm
> ### Keywords: datasets
> 
> ### ** Examples
> 
> plot(dl.milk~mat.height,pch=c(1,2)[sex],data=kfm)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>