giavarina.2015 {blandr}R Documentation

Sample comparison data from Giavarina (2015)

Description

This is sample comparison data, taken from Giavarina's 2015 paper on Bland-Altman analysis. The data is from table 1 of the paper. 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("giavarina.2015")

Format

A data frame with 30 observations on the following 5 variables.

Method.A

a numeric vector

Method.B

a numeric vector

Mean

a numeric vector

Difference

a numeric vector

Diff.Mean.Proportion

a factor with levels

References

Giavarina D. Understanding Bland Altman analysis. Biochemia Medica. 2015;25(2):141-151. doi:10.11613/BM.2015.015.

Examples

data(giavarina.2015)

[Package blandr version 0.5.1 Index]