row_term: Compute and construct an ANOVA table row for a term.

View source: R/supernova.R

row_termR Documentation

Compute and construct an ANOVA table row for a term.

Description

"Term" is loosely defined here and is probably better understood as "everything in the table that is not an error row.

Usage

row_term(name, description, models, term)

Arguments

description

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

models

The models created by generate_models() for comparison.

term

The term to compute the row for.

Value

A tibble_row with the properties initialized. The code has been written to be as simple and understanding 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.