row_blank: A template for a row in an ANOVA table.

View source: R/supernova.R

row_blankR Documentation

A template for a row in an ANOVA table.

Description

A template for a row in an ANOVA table.

Usage

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_
)

Arguments

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 ss / df)

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).

Value

A tibble_row of length 1 with all of the variables initialized.


UCLATALL/supernova documentation built on Feb. 13, 2024, 6:57 a.m.