bland.altman.PEFR.1986 {blandr}R Documentation

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")

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

data(bland.altman.PEFR.1986)

[Package blandr version 0.5.1 Index]