fgeninter {gausscov}R Documentation

Generation of interactions

Description

Generates all interactions of degree at most ord

Usage

fgeninter(x,ord)

Arguments

x

Covariates

ord

Order of interactions

Value

xx All interactions of order at most ord.

intx Decomposes a given interaction covariate of xx

Examples

data(boston)
bostint<-fgeninter(boston[,1:13],2)[[1]]

[Package gausscov version 1.1.3 Index]