pctChange: Returns percentage change between two numbers

Description Usage Arguments Value Author(s) Examples

View source: R/pctChange.R

Description

Returns percentage change between two numbers

Usage

1
pctChange(Before, After)

Arguments

Before

A numeric variable

After

A numeric variable

Value

PctChange A numeric variable in percentage

Author(s)

Subhrangshu Nandi, PhD Statistics, UW Madison; snandi@wisc.edu or nands31@gmail.com

Examples

1
pctChange( Before = 10, After = 11 )

snandi/RFunctionsSN documentation built on May 30, 2019, 5:04 a.m.