greybox {greybox}R Documentation

Grey box

Description

Toolbox for working with univariate models for purposes of analysis and forecasting

Details

Package: greybox
Type: Package
Date: 2018-02-13 - Inf
License: GPL-2

The following functions are included in the package:

Author(s)

Ivan Svetunkov, ivan@svetunkov.ru

Maintainer: Ivan Svetunkov

See Also

stepwise, lmCombine

Examples



xreg <- cbind(rnorm(100,10,3),rnorm(100,50,5))
xreg <- cbind(100+0.5*xreg[,1]-0.75*xreg[,2]+rnorm(100,0,3),xreg,rnorm(100,300,10))
colnames(xreg) <- c("y","x1","x2","Noise")

stepwise(xreg)



[Package greybox version 2.0.1 Index]