powered by
Function transforms a set of predictors into a set of predictors, their squares, pairwise interactions, cubes and three-way interactions
cub(A, n = 1000)
Returns the predictors including their squares, pairwise interactions, cubes and three-way interactions
set of predictors
first n predictors, whose interactions with the rest should be taken into account, defaults to all of the predictors
n
cub(cbind(1:100,rnorm(100),runif(100),rnorm(100,0,2)))
Run the code above in your browser using DataLab