ci_loa_bt: Confidence intervals for limits of agreement (using...

Description Usage Arguments Value Note Author(s)

Description

ci_loa_bt returns confidence intervals (CI) for limits of agreement (LoA). Calculation is based on parametric bootstrap-t.

Usage

1
2
ci_loa_bt(bt, input_dt, bias_alt, loa_l, loa_u, var_loa, alpha, beta, n,
  n_obs, d, d_a, bsv, wsv)

Arguments

bt

number of bootstrap samples

input_dt

data.table with input dataset

bias_alt

set TRUE for alternative calculation of bias (small within-subject variance) and its variance, set FALSE for standard calculation of bias (small between-subjects variance) and its variance

loa_l

lower limit of agreement

loa_u

upper limit of agreement

var_loa

variance of limits of agreement

alpha

for 100*(1-alpha)%-confidence interval around LoA

beta

for 100*(1-beta)%-confidence interval around bias

n

number of subjects

n_obs

number of observations

d

mean of all differences

d_a

modified mean of all differences

bsv

between-subjects variance

wsv

within-subject variance

Value

A list with the following elements is returned

Note

For further information please see:

Author(s)

Inga Koenemund inga.koenemund@web.de


ikoenemund/blandxtr documentation built on June 13, 2019, 8:53 p.m.