This internal function selects and runs a statistical test using data from a test object, based on the name of the test specified. It supports a wide variety of tests including t-tests, chi-square tests, ANOVA, correlation tests, regression models, and more.
get_test_from_string(test_object)
The result of the selected statistical test. Typically, this is a test object with class `htest`, `aov`, `lm`, or similar.
An object containing data, identifiers, datatypes, and test selection.