Description Usage Arguments Details Value See Also Examples
Performs a test whether a linear model fits to some data via a regression F-test.
1 |
formula |
[ |
data |
[ |
params |
[ |
Here, a classical F-test for testing the parameter vector of a linear regression model is done. Only the two sided test is currently supported.
A list with class "htest"
containing the following components:
statistic
the F-test statistic.
parameter
the degrees of freedom of the appropriate F-distribution.
p.value
the p-value for the test.
alternative
a character string describing the alternative hypothesis.
data.name
a character string giving the name of the data.
method
a character string describing the method.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.