ps_prop_change: Proportional Change

View source: R/change.R

ps_prop_changeR Documentation

Proportional Change

Description

Proportional Change

Usage

ps_prop_change(x, y)

Arguments

x

A vector of the before values

y

A vector of the after values

Value

A vector of the proportional change

Examples

ps_prop_change(3, c(3, 1, 9))

poissonconsulting/poisutils documentation built on Feb. 26, 2023, 10 a.m.