Outlier (Bonferroni Outlier Test), homogeneity (Bartlett's), normality (Shapiro-Wilk), composite
homogeneity/normality (Fisher chi-square combining Bartlett's and Shapiro-Wilk), and Jonckeere's
(monotone trend) tests are available. All tests are executed unless a smaller set is specified using
the 'tests' parameter. Outlier test. Calls car::outlierTest -- there is at least one Bonferroni-adjusted outlier
if the p value is less than the targeted alpha level.
Bartletts. Variances are non-homogeneous if the p value is less than the targeted alpha level.
Shapiro-Wilk. The variable is non-normally distributed if the p-value is
less than the targeted alpha level.
Chisquare. Fisher's combined p value for Bartlett's and Shapiro-Wilk tests.
This indexes the conformance of the outcome and its transformations
to both normality and variance homogeneity. Generally, the
response transformation associated with the least-significant
(highest p-value) is the most desirable transformation.
Jonckheere. There is evidence of a monotonic trend if the p-value is lower than
the targeted alpha.
All columns other than the one identified as the dosecolumn are subjected to these tests;
therefore the input data frame should only contain the dosecolumn and response column(s).
This function is currently only intended for use on continuous outcome data.