powered by
Add interaction terms to list of test variables if needed
test_specs(tv, int)
A vector of variables names to test
List of variables to use for testing for regress or logistic
Interaction terms specified
See https://radiant-rstats.github.io/docs/model/regress.html for an example in Radiant
test_specs("a", "a:b") test_specs("a", c("a:b", "b:c")) test_specs("a", c("a:b", "b:c", "I(c^2)")) test_specs(c("a", "b", "c"), c("a:b", "b:c", "I(c^2)"))
Run the code above in your browser using DataLab