R

Test all coefficients equal to 0 with systemfit R package

You might use the package systemfit to estimate simultaneous equations[1]. Systemfit does not explain how to test null coefficients together. The solution is [...]

plotting multiple deseasonalised time series in R

Plotting a whole dataframe of time series is easy in R. However, what about plotting series that you treated? For example, if you have N series (N > 1) [...]