test.df: Seasonal data.frames exploration function

Description Usage Arguments Value Examples

View source: R/test_df.r

Description

This function allows to test stationarity of seasonal series present in data.frame as well as explore seasonal effects.

Usage

1
test.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
test.df = function(datax, season)

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