gausscov (version 0.0.4)

fgeninter: generation of interactions

Description

Generates all interactions of degree at most ord

Usage

fgeninter(x, ord, inr = TRUE)

Arguments

x

Covariates

ord

Order of interactions

inr

Logical to include intercept

Value

xx All interactions of order at most ord.

Examples

Run this code
# NOT RUN {
data(boston)
bostinter<-fgeninter(boston[,1:13],7)[[1]]
# }

Run the code above in your browser using DataLab