CIagreement-deprecated: Confidence interval around the (specific) agreement

CIagreement-deprecatedR Documentation

Confidence interval around the (specific) agreement

Description

The confidence interval estimated around the proportion of agreement between 2 or more raters. If cat1 is defined then specific agreement will be calculated. If cat1 = NULL overall agreement will be calculated. For the overall agreement and specific agreement if the number of likert categories is 2, the confidence interval will be obtained with the formula (Fleis correction for the values close to 0 or 1 and continuity correction for the other end of the interval). When the number of categories is larger than 2, the bootstrapped confidence interval will be obtained.

Usage

CIagreement(data, interval=0.95, cat1=NULL, cat2=NULL,m=NULL,n=NULL,b=1000)

Arguments

data

data.frame or table

cat1

A character indicating the category for which specific agreement should be obtained.

cat2

A character indicating the category to which the specific agreement should be compared, if left empty all other categories are used.

interval

Confidence level; default is 0.95.

m

number of categories

n

sample size

b

number of boostrap iterations

Value

A vector giving the lower and upper confidence limit around the probability of specific agreement.

See Also

Agree-deprecated


iriseekhout/Agree documentation built on July 28, 2023, 11:24 p.m.