format_rope(rope_percentage, name = "in ROPE", digits = 2)
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-style for p-values (e.g., p < .01, p < .05, etc.). If
"scientific", control the number of digits by adding the value as
suffix, e.g. digits = "scientific4" to have scientific notation
with 4 decimal places.