fgeninter: Generation of interactions

View source: R/fgeninter.R

fgeninterR 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)

gausscov documentation built on Oct. 12, 2023, 1:06 a.m.

Related to fgeninter in gausscov...