beautify {papaja} | R 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 |
standardized |
Logical. If TRUE the name of the function |
... |
Further arguments that may be passed to |
[Package papaja version 0.1.3 Index]