ftest | R Documentation |
Extract the F statistic that all the parameters except the
intercept are zero. Currently implemented only for models fitted by lm
or ivreg::ivreg
.
ftest(x, ...)
## S3 method for class 'lm'
ftest(x, ...)
## S3 method for class 'ivreg'
ftest(x, ..., covariate = NULL)
x |
a fitted object |
... |
further arguments |
covariate |
the covariate for which the test should be performed for the |
an object of class "htest"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.