Learn R Programming

supernova (version 2.0.0)

supernova: supernova

Description

An alternative set of summary statistics for ANOVA. Sums of squares, degrees of freedom, mean squares, and F value are all computed with type 3 sums of squares. This package adds proportional reduction in error, an explicit summary of the whole model, and separate formatting of p values and is intended to match the output used in Judd, McClelland, and Ryan (2017).

Usage

supernova(fit)

Arguments

fit

A fitted lm object

Value

An object of the class supernova, which has a clean print method for displaying the ANOVA table in the console as well as a named list:

tbl

The ANOVA table as a data.frame

fit

The original lm object being tested

Details

superanova() is an alias of supernova()

References

Judd, C. M., McClelland, G. H., & Ryan, C. S. (2017). Data Analysis: A Model Comparison Approach to Regression, ANOVA, and Beyond (3rd ed.). New York: Routledge. ISBN:879-1138819832

Examples

Run this code
# NOT RUN {
supernova(lm(Thumb ~ Weight, data = Fingers))

# }

Run the code above in your browser using DataLab