t.rank: Rank the Test Statistics of Covariates

Usage Arguments Examples

Usage

1
t.rank(data, y.index=1L, h=0)

Arguments

data

a data frame or a matrix containing the time series for which the forecasts are made as well as predictors.

y.index

numeric, indicating the column position of the time series for which the forecasts are made (Y). Defualt is 1.

h

forecasting horizon. Default is 0.

Examples

1
2
3
data("US_Unemployment")
mydata<-t.rank(data=US_Unemployment[2:ncol(US_Unemployment), ],
              y.index=1L)

google-trends-v1/gtm documentation built on June 5, 2019, 5:13 p.m.