Learn R Programming

supernova (version 2.5.1)

row_term: 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)

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!

Arguments

description

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

term

The name of the term the row describes.

complex

The complex model containing the term.

simple

The simple model (without the term) to compare it to.