powered by
The secher data frame has 107 rows and 4 columns. It contains ultrasonographic measurements of fetuses immediately before birth and their subsequent birth weight.
secher
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.
plot(bwt~ad, data=secher, log="xy")
Run the code above in your browser using DataLab