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.
beautify(x, standardized = FALSE, use_math = FALSE, args_stat = NULL, ...)
An object created by canonize
.
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
).