Last data update: 2014.03.03

R: Red cell folate data
red.cell.folateR Documentation

Red cell folate data

Description

The folate data frame has 22 rows and 2 columns. It contains data on red cell folate levels in patients receiving three different methods of ventilation during anesthesia.

Usage

red.cell.folate

Format

This data frame contains the following columns:

folate

a numeric vector, folate concentration (microgram per liter).

ventilation

a factor with levels N2O+O2,24h: 50% nitrous oxide and 50% oxygen, continuously for 24 hours; N2O+O2,op: 50% nitrous oxide and 50% oxygen, only during operation; O2,24h: no nitrous oxide but 35%–50% oxygen for 24 hours.

Source

D.G. Altman (1991), Practical Statistics for Medical Research, Table 9.10, Chapman & Hall.

Examples

plot(folate~ventilation,data=red.cell.folate)

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/red.cell.folate.Rd_%03d_medium.png", width=480, height=480)
> ### Name: red.cell.folate
> ### Title: Red cell folate data
> ### Aliases: red.cell.folate
> ### Keywords: datasets
> 
> ### ** Examples
> 
> plot(folate~ventilation,data=red.cell.folate)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>