Percentage in ROPE formatting
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 todigits = 3
). If"scientific"
, control the number of digits by adding the value as a suffix, e.g.mdigits = "scientific4"
to have scientific notation with 4 decimal places.