format_rope(rope_percentage, name = "in ROPE", digits = 2)
Value
A formatted string.
Arguments
rope_percentage
Value or vector of percentages in ROPE.
name
Name prefixing the text. Can be NULL.
digits
Number of significant digits. May also be "scientific"
to return exact p-values in scientific notation, or "apa" to use
an APA 7th edition-style for p-values (equivalent to digits = 3).
If "scientific", control the number of digits by adding the value as
a suffix, e.g.m digits = "scientific4" to have scientific notation
with 4 decimal places.