BlandAltman: Perform and plot Band and Altman analysis

BlandAltmanR Documentation

Perform and plot Band and Altman analysis

Description

Perform and plot Band and Altman analysis

Usage

BlandAltman(
  data1,
  data2,
  alpha = 0.05,
  rep.meas = FALSE,
  subject,
  silent = FALSE,
  addpoints = FALSE,
  ...
)

Arguments

data1

vector of data1

data2

vector of data2

alpha

type I error

rep.meas

boolean true if data are repeated measurements

silent

boolean if FALSE, parameters list is not returned

Author(s)

JuG

Examples

data1 <- rnorm(20)
data2 <- rnorm(20,mean = 1)
BlandAltman(data1,data2, ylim=c(-5,5))

jgodet/utilitR documentation built on May 16, 2024, 12:01 p.m.