Learn R Programming

melt (version 1.11.3)

sigTests: Significance tests

Description

Extracts the results of significance tests from a model.

Usage

# S4 method for LM
sigTests(object, ...)

Value

The form of the value returned by sigTests() depends on the class of its argument.

Arguments

object

An object that inherits from LM.

...

Further arguments passed to methods.

Methods (by class)

  • sigTests(LM): Extracts a list with the optimization results of significance tests.

See Also

LM, getOptim()

Examples

Run this code
data("mtcars")
fit <- el_lm(mpg ~ ., data = mtcars)
sigTests(fit)

Run the code above in your browser using DataLab