Learn R Programming

extras (version 0.7.3)

proportional_difference: Proportional Difference

Description

Calculates the proportional difference for two sets of numbers.

Usage

proportional_difference(x, x2)

Value

A numeric object of the proportional change.

Arguments

x

A numeric object (vector, matrix or array) of non-negative numbers.

x2

A second numeric object of non-negative numbers.

See Also

Other proportional: proportional_change()

Examples

Run this code
proportional_difference(1, 2)
proportional_difference(2, 1)

Run the code above in your browser using DataLab