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.
stest(data)
Arguments
data: matrix of variables, different columns correspond to different variables
Returns
matrix, tests statistics and p-values are given by columns, tests outcomes for different variables are ordered by rows