sigTests {melt} | R Documentation |
Significance tests
Description
Extracts the results of significance tests from a model.
Usage
## S4 method for signature 'LM'
sigTests(object, ...)
Arguments
object |
An object that inherits from LM. |
... |
Further arguments passed to methods. |
Value
The form of the value returned by sigTests()
depends on the
class of its argument.
Methods (by class)
-
sigTests(LM)
: Extracts a list with the optimization results of significance tests.
See Also
Examples
data("mtcars")
fit <- el_lm(mpg ~ ., data = mtcars)
sigTests(fit)
[Package melt version 1.11.4 Index]