Add interaction terms to list of test variables if needed
test_specs(tv, int)
tv | List of variables to use for testing for regress or logistic |
---|---|
int | Interaction terms specified |
A vector of variables names to test
See https://radiant-rstats.github.io/docs/model/regress.html for an example in Radiant
test_specs("a", "a:b")#> Interaction terms contain variables specified for testing. #> Relevant interaction terms are included in the requested test. #>#> [1] "a:b"#> Interaction terms contain variables specified for testing. #> Relevant interaction terms are included in the requested test. #>#> [1] "a:b"#> Interaction terms contain variables specified for testing. #> Relevant interaction terms are included in the requested test. #>#> [1] "a:b"#> Interaction terms contain variables specified for testing. #> Relevant interaction terms are included in the requested test. #>#> [1] "a:b" "b:c"