trnsfR: Columns Transfer Function

Description Usage Arguments Value Examples

View source: R/R PACKAGE (DEFINITIVO).R

Description

The function adds columns with row sums to our dataframes of interest.

Usage

1

Arguments

df

The dataframe we obtained from rel_vaRR() and rel_vaRE().

Value

A new columns to be add to RR and RE whose values are retrived as the aggregate rows sum of all of the columns.

Examples

1
RR$AggrRev <- trnsfR(RR) RE$AggrExp <- trnsfR(RE)

unimi-dse/8554ac27 documentation built on Feb. 20, 2020, 10:13 p.m.