Learn R Programming

blandr (version 0.6.0)

bland.altman.PEFR.1986: Sample PEFR comparison data from Bland-Altman (1986)

Description

This is the sample PEFR data set from the 1986 Lancet paper written by Bland and Altman. I do not claim any copyright on the data - this is meant to allow testing of the function. I encourage future package authors to use the .rda file if they so wish.

Usage

data("bland.altman.PEFR.1986")

Arguments

Format

A data frame with 17 observations on the following 4 variables.

WrightFirst

a numeric vector

WrightSecond

a numeric vector

MiniWrightFirst

a numeric vector

MiniWrightSecond

a numeric vector

References

Bland, J. M., & Altman, D. (1986). Statistical methods for assessing agreement between two methods of clinical measurement. The Lancet, 327(8476), 307-310. PMID:2868172. http://dx.doi.org/10.1016/S0140-6736(86)90837-8

Examples

Run this code
data(bland.altman.PEFR.1986)

Run the code above in your browser using DataLab