Learn R Programming

radiant.model (version 0.8.0)

test_specs: Add interaction terms to list of test variables if needed

Description

Add interaction terms to list of test variables if needed

Usage

test_specs(test_var, int)

Arguments

test_var

List of variables to use for testing for regress or logistic

int

Interaction terms specified

Value

A vector of variables names to test

Details

See https://radiant-rstats.github.io/docs/model/regress.html for an example in Radiant

Examples

Run this code
# NOT RUN {
test_specs("a", c("a:b", "b:c"))

# }

Run the code above in your browser using DataLab