regression_relation | R Documentation |
Conduct the F Test for Existence of a Regression Relation
regression_relation(MSR, MSE, n, p, alpha = 0.05)
MSR |
Estimated mean square of regression for the model |
MSE |
Estimated mean squared error for the model |
n |
Number of rows of the data matrix |
p |
Number of parameters in the model |
alpha |
Alpha level to use for the test. |
This function tests the null hypothesis that no regression relation exists, given the relevant mean squares and degrees of freedom.
Value of the computed F statistic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.