ftest_lackfit_lm: (Stat 5100) F-test for lack of fit. A test for determining if...

Description Usage Arguments Value

View source: R/utilities.R

Description

(Stat 5100) F-test for lack of fit. A test for determining if too much of the error in prediction is due to the lack of model fit.

Usage

1
ftest_lackfit_lm(lmobject)

Arguments

lmobject

A linear model object from the lm() function.

Value

An ANOVA result that gives an F-statistic and p-value for this test.


ethanancell/stat5100package documentation built on April 18, 2021, 2:40 a.m.