pa: Percentage Agreement

Description Usage Arguments Value See Also Examples

View source: R/pa.R

Description

The percentage agreement (PA) which shows the proportion of the subjects who did not change their choices.

Usage

1
pa(t)

Arguments

t

The contingency table for Svensson's method, a two-dimension matrix.

Value

pa gives the PA value, multiply by 100 to get a percentage number.

See Also

con_ta for generating contingency table. sresult for summary of Svensson's method analysis.

Examples

1
2
3
4
x <- c (1:5,5:1)
y <- c(1:5,1,1,5,4,1)
z <- con_ta(x,y,)
pa(z)

svenssonm documentation built on May 2, 2019, 2:43 a.m.