p_tidy {finalfit} | R Documentation |
Round p-values but keep trailing zeros
Description
Internal function, not called directly
Usage
p_tidy(x, digits, prefix = "=")
Arguments
x |
Numeric vector of values to round |
digits |
Integer of length one: value to round to. |
prefix |
Appended in front of values for use with |
Details
e.g. for 3 decimal places I want 0.100, not 0.1. Note this function with convert 0.000 to <0.001. All other values are prefixed with "=" by default
Value
Vector of strings.
[Package finalfit version 1.0.8 Index]