ajusCheck: Sensitivity test for AJUS

View source: R/ajusCheck.R

ajusCheckR Documentation

Sensitivity test for AJUS

Description

Check sensitivity of AJUS to different tolerance parameters.

Usage

ajusCheck(V, t=seq(from=0.05, to=0.2, by=0.05), variant="modified")

Arguments

V

A frequency vector

t

A vector of tolerance parameters to check. Differences smaller than or equal to the tolerance are ignored.

variant

Strict AJUS following Galtung, or modified to include F and L types (default)

Details

This function runs the AJUS system with a range of tolerance parameters. This way, you can easily check how sensitive the classification of the distribution is to the tolerance parameter.

Value

The function returns a list. The tolerance returns the tolerance parameters tested. The type returns a series of strings corresponding to the pattern described by Galtung (A,J,U,S) or (F, L) for each tolerance parameter. The skew returns a number to describe the direction of the skew. See ajus for a description of the different arguments and the AJUS types.

Author(s)

Didier Ruedin

See Also

ajus


agrmt documentation built on Nov. 23, 2023, 1:07 a.m.