Learn R Programming

radiant (version 0.1.95)

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

Description

Add interaction terms to list of test variables if needed

Usage

test_check(test_var, int_var)

Arguments

test_var
List of variables to use for testing for _regression_ or _glm_
int_var
Interaction terms specified

Value

'test_var' is a vector of variables to test

Details

See http://vnijs.github.io/radiant/quant/regression.html for an example in Radiant

Examples

Run this code
test_check("a", c("a:b","b:c"))

Run the code above in your browser using DataLab