Description Usage Arguments Value
This function splits the data into two halves based upon the median fitted value, and then within each the median absolute deviations of the residuals are calculated. A pooled variance t-test is subsequently applied to the two groups of median absolute deviations. This test is a way to evaluate whether there is constant variance in the residuals or not.
1 | brown_forsythe_lm(lmobject)
|
lmobject |
An object obtained from the lm() function. |
Printed output with the results of the t-test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.