ratios {DecomposeR}R Documentation

Computes ratios of numerical values

Description

Computes ratios of numerical values

Usage

ratios(x)

Arguments

x

values to compute the ratio from

Value

a dataframe of $ratio, $x1 and $x2

Examples

ratios(c(20,40,100,400))


[Package DecomposeR version 1.0.6 Index]