Learn R Programming

SenSrivastava (version 2015.6.25)

E7.3: Data on Intake/Output Ratio

Description

The E7.3 data frame has 19 rows and 6 columns. It gives the ratios u of fluid intake to urine output over five consecutive 8-hour periods for 19 babies divided in a control and treatment group.

Usage

data(E7.3)

Arguments

Format

This data frame contains the following columns:

G

a factor with levels surfactant placebo

u.1

a numeric vector, u for time period 1.

u.2

a numeric vector, u for time period 2.

u.3

a numeric vector, u for time period 3.

u.4

a numeric vector, u for time period 4.

u.5

a numeric vector, u for time period 5.

Examples

Run this code
data(E7.3)
summary(E7.3)

Run the code above in your browser using DataLab