row_error: Compute and construct an ANOVA table row for an error term

View source: R/supernova.R

row_errorR Documentation

Compute and construct an ANOVA table row for an error term

Description

Compute and construct an ANOVA table row for an error term

Usage

row_error(term, description, fit)

Arguments

term

The name of the term the row describes (e.g. Error or Total).

description

An optional, short description of the term (pedagogical).

fit

The model we are describing error from.

Value

A tibble_row with the properties initialized. The code has been written to be as simple and understandable as possible. Please take a look at the source and offer any suggestions for improvement!


supernova documentation built on Nov. 5, 2023, 1:09 a.m.