fgeninter {gausscov} | R Documentation |
generation of interactions
fgeninter(x, ord, intercept = TRUE)
x |
Covariates |
ord |
Order of interactions |
intercept |
Logical to include intercept |
xx All interactions of order at most ord.
data(boston) bostinter<-fgeninter(boston[,1:13],7)[[1]] dim(bostinter)