fpvalue
fpvalue.Rd
fpvalue
Arguments
- p
numeric. The p value to format
- digits
numeric. The number of digits that the p value should be printed with.
- omit.p
logical. Should the string "p ..." be omitted (e.g., for a table where the header is already "p")
- tex
logical. If TRUE, the latex math symbols are used
- wrap
character. A string that will be pasted before and after the final p value. Default to `NULL` thus empty string. If `NULL` and `tex` is `TRUE` the `$` symbol is used.