powered by
Extracts the results of significance tests from a model.
# S4 method for LM sigTests(object, ...)
The form of the value returned by sigTests() depends on the class of its argument.
sigTests()
An object that inherits from LM.
Further arguments passed to methods.
sigTests(LM): Extracts a list with the optimization results of significance tests.
sigTests(LM)
LM, getOptim()
getOptim()
data("mtcars") fit <- el_lm(mpg ~ ., data = mtcars) sigTests(fit)
Run the code above in your browser using DataLab