row_term {supernova} | R 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 |
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!
[Package supernova version 3.0.0 Index]