qdelta.number: Compute the Delta Between Two Numbers

Description Usage Arguments Details Value See Also

View source: R/qdist.R

Description

Computes the delta between two boolean values, x and y.

Computes the delta between two numbers, x and y.

Usage

1
2
3

Arguments

x

the first boolean value.

y

the second boolean value.

x

the first number.

y

the second number.

Details

Returns 0 or 1 depending on if the two boolean values are different. In the case that something went wrong, will return Inf.

Computes the absolute value of the difference between the two numbers.

Value

A single numeric delta value.

A single numeric delta value.

See Also

Other qdelta functions: qdelta.list, qdelta.numeric, qdelta.string, qdelta

Other qdelta functions: qdelta.list, qdelta.numeric, qdelta.string, qdelta


RlonRyan/QuikR documentation built on May 14, 2019, 3:09 a.m.