intscreen: all computations for interaction screening

Description Usage Arguments Examples

Description

This function does all computations for interaction screening

Usage

1
2
intscreen(x, y, nints = 10, heredity = c("none", "weak", "strong"),
  modifier = NULL)

Arguments

x

matrix of predictors

y

vector of observations

nints

integer number of top interactions to screen

heredity

either "weak", "strong", or "none"

modifier

effect modifier

Examples

1
2
3
4
5
6
x <- matrix(rnorm(1000 * 500), ncol = 500)
y <- rnorm(1000)

ints <- intscreen(x, y, nints = 12)

str(ints)

jaredhuling/intscreen documentation built on May 19, 2019, 9:38 p.m.