beautify: Beautify a Canonical Table

View source: R/utils.R

beautifyR Documentation

Beautify a Canonical Table

Description

Internal function that takes an object created by canonize() and applies proper rounding. Term names are beautified by removing parentheses and replacing colons with "$\\times$". Moreover, both rows and columns are sorted.

Usage

beautify(x, standardized = FALSE, use_math = FALSE, args_stat = NULL, ...)

Arguments

x

An object created by canonize.

standardized

Logical. If TRUE the name of the function scale will be removed from term names.

...

Further arguments that may be passed to apa_num to format estimates (i.e., columns estimate and conf.int).


papaja documentation built on Sept. 29, 2023, 9:07 a.m.