Learn R Programming

supernova (version 1.1)

supernova: supernova

Description

Creates a supernova object

Usage

supernova(fit)

Arguments

fit

lm object

Value

An object of the class supernova, a named list with the munged data.frame and the original lm object.

Details

An alternative set of summary statistics for ANOVA. Sums of squares, degrees of freedom, mean squares, and F value are all equivalent to anova.lm. 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).

References

Judd, C. M., McClelland, G. H., & Ryan, C. S. (2017). Data Analysis: A Model Comparison Approach to Regression, ANOVA, and Beyond (3rd edition). 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