Learn R Programming

pvrank (version 1.1.2)

BlaAlt: Pairs of measurements of forced expiratory volume

Description

A problem with the use of the correlation coefficient between the first and second measurements is that there is no reason to suppose that their order is important. If the order were important the measurements would not be repeated observations of the same thing. We could reverse the order of any of the pairs and get a slightly different value of the correlation coefficient between repeated measurements.

Usage

data(BlaAlt)

Arguments

Format

A data frame with 20 observations on the following two variables.

Fev1

First FEV (litres).

Fev2

Second Fev (litres).

Details

Pairs of measurements of forced expiratory volume (litres) a few weeks apart from 20 Scottish school children.

Examples

Run this code
# NOT RUN {
	data(BlaAlt)
	head(BlaAlt)
# }

Run the code above in your browser using DataLab