acs: acs

Description Usage Arguments Details Value

View source: R/ac.R

Description

Compute systematic agreement coefficient (ACs) following Ji and Gallo 2006

Usage

1
acs(data, x, y, na.rm = F)

Arguments

data

data.frame

x

column name for independent data in model

y

column name for response data in model

na.rm

boolean flag indicating whether or not to remove NA values from computation

Details

ACs is bounded between 0 and 1 where 1 represents perfect agreement and 0 represents no agreement.

Value

a numeric value bounded [0, 1]


lucas-johnson/acurragree documentation built on April 1, 2021, 12:05 p.m.