Stationarize: Stationarize your dataset

Description Usage Arguments Value

View source: R/Stationarize.R

Description

Stationarize your dataset with your chosen methodology and print the number of stationarized variables after stationarizing.

Usage

1
Stationarize(x, Variables, Method)

Arguments

x

A dataset

Variables

The colnames of your selected variables, put names(x) to take everything

Method

A character specifying the methodology chosen from c("Difference", "Division", "Log", "Square")

Value

A dataframe containing the new variables after the process.


samchaineau/ModBrowse documentation built on Feb. 17, 2020, 1:57 p.m.