Pretty print p-values
prettyPvalues(
p_vals,
digits = 5,
signiflev = 0.05,
lhs = NULL,
lhs_sep = "=",
orgbold = TRUE,
roundonly = FALSE
)character vector of pretty printed p-values
numeric
how many digits to print
print in bold face if smaller than this
character. left hand side of the printed 'formula'. Defaults to NULL, in which case neither lhs nor lhs_sep will be printed.
character. Separator between lhs and pretty pvalue. Defaults to "<".
boolean. Surround significant p values by '*'?. Defaults to TRUE.
boolean. if TRUE, do neiter prepend any number with '<' nor do enclose any number with '*'. Defaults to FALSE
Andreas Leha
Pretty print p-values with org-mode syntax for bold face