Learn R Programming

ISwR (version 2.0-9)

red.cell.folate: 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

Arguments

Format

This data frame contains the following columns:

folate

a numeric vector, folate concentration (\(\mu\mathrm{g}/\mathrm{l}\)).

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.

Examples

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

Run the code above in your browser using DataLab