row_blank | R Documentation |
A template for a row in an ANOVA table.
row_blank(
term = NA_character_,
description = NA_character_,
ss = NA_real_,
df = NA_integer_,
ms = ss/df,
f = NA_real_,
pre = NA_real_,
p = NA_real_
)
term |
The name of the term the row describes. |
description |
An optional, short description of the term (pedagogical). |
ss |
The sum of squares for the term (defaults to blank) |
df |
The degrees of freedom the term uses (defaults to blank). |
ms |
The mean square for the term (defaults to |
f |
Fisher's F statistic for the term in the model (defaults to blank). |
pre |
The proportional reduction of error the term provides (defaults to blank). |
p |
The p-value of the F (and PRE) for the term in the model (defaults to blank). |
A tibble_row
of length 1 with all of the variables initialized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.