optimise.df: Seasonal data.frames optimisation function

Description Usage Arguments Value Examples

View source: R/optimise_df.r

Description

This function allows to optimise the time series seasonal data, based on the stationarity tests' results. It is an extention of test.df() function.

Usage

1
optimise.df(datax, season)

Arguments

datax

A data.frame of seasonal data to be studied of length equal to explicative variable vector. The first column is advised to be year and the second to be "M" for monthly data, or "T" for trimestrial data.

season

An indicator of seasonality type to be used as present in the data.frame.

Value

A data.frame with test results by variable.

Examples

1
optimise.df = function(datax, season)

nikitagusarov/analyse documentation built on Feb. 10, 2020, 4:07 p.m.