For listwise + ungrouped results, dispatches to stats::anova.lm
(sequential Type-I sum of squares per term). For the SPSS-style
overall-model ANOVA table, use object$anova_table.
Usage
# S3 method for class 'linear_regression'
anova(object, ...)Arguments
- object
A
linear_regressionresult.- ...
Passed to
stats::anova.lm.
