This is a wrapper for three functions from tseries package. Augmented Dickey-Fuller (ADF, adf.test), Phillips-Perron (PP, pp.test) and Kwiatkowski-Phillips-Schmidt-Shin (KPSS, kpss.test) tests for stationarity are performed.
Usage
stest(data)
Value
matrix,
tests statistics and p-values are given by columns,
tests outcomes for different variables are ordered by rows
Arguments
data
matrix of variables, different columns correspond to different variables