plotBlandAltman: Bland-Altman plot

View source: R/plotBlandAltman.R

plotBlandAltmanR Documentation

Bland-Altman plot

Description

Bland-Altman plot

Usage

plotBlandAltman(x, y, gamma = 0.05, alpha = 0.05, sigfigs = 2)

Arguments

x

measurement vector from device 1

y

measurement vector from device 2

gamma

alpha level for calculating limits of agreement

alpha

alpha level for calculating limits of agreement confidence intervals

sigfigs

number of significant digits to display

Value

a ggplot2 object

Examples

  plotBlandAltman(1:20, rnorm(20))

nwisn/blandPower documentation built on Jan. 27, 2024, 4:33 a.m.