quadr {CARRoT} | R Documentation |
Pairwise interactions and squares
Description
Function transforms a set of predictors into a set of predictors, their squares and pairwise interactions
Usage
quadr(A, n = 1000)
Arguments
A |
set of predictors |
n |
first |
Value
Returns the predictors including their squares and pairwise interactions
Examples
quadr(cbind(1:100,rnorm(100),runif(100),rnorm(100,0,2)))
[Package CARRoT version 3.0.2 Index]