Learn R Programming

agrmt (version 1.42.12)

compareValues: Compares two values

Description

This is a helper function to compare two values.

Usage

compareValues(A,B,tolerance=0.1)

Value

The function returns number to describe the relationship: -1 if A is bigger, 1 if B is bigger, and 0 if the two are more or less the same.

Arguments

A

A number

B

A number

tolerance

Specify how similar values have to be to be treated as different. Differences smaller than or equal to the tolerance are ignored.

Author

Didier Ruedin

Details

This is a helper function compare two values. Two values are more or less the same, or one of the two is bigger.