Learn R Programming

ISwR (version 2.0-9)

secher: Birth weight and ultrasonography

Description

The secher data frame has 107 rows and 4 columns. It contains ultrasonographic measurements of fetuses immediately before birth and their subsequent birth weight.

Usage

secher

Arguments

Format

This data frame contains the following columns:

bwt

a numeric vector, birth weight (g).

bpd

a numeric vector, biparietal diameter (mm).

ad

a numeric vector, abdominal diameter (mm).

no

a numeric vector, observation number.

Examples

Run this code
plot(bwt~ad, data=secher, log="xy")

Run the code above in your browser using DataLab