cub: Three-way interactions and squares

View source: R/carrot_functions_rsq.R

cubR Documentation

Three-way interactions and squares

Description

Function transforms a set of predictors into a set of predictors, their squares, pairwise interactions, cubes and three-way interactions

Usage

cub(A, n = 1000)

Arguments

A

set of predictors

n

first n predictors, whose interactions with the rest should be taken into account, defaults to all of the predictors

Value

Returns the predictors including their squares, pairwise interactions, cubes and three-way interactions

Examples

cub(cbind(1:100,rnorm(100),runif(100),rnorm(100,0,2)))



CARRoT documentation built on Oct. 14, 2023, 1:06 a.m.

Related to cub in CARRoT...