gausscov (version 0.0.4)

decomp: decompose a given interaction ic into its component parts

Description

decompose a given interaction ic into its component parts

Usage

decomp(ic, k, ord)

Arguments

ic

The number of the interaction

k

The number of covariates of x if intercept=FALSE in fgeninter, this number plus 1 if intercept=TRUE

ord

The order of the interactions

Value

decom The component parts of the interaction.

Examples

Run this code
# NOT RUN {
a<-decomp(7783,14,8)
# }

Run the code above in your browser using DataCamp Workspace