star {JWileymisc} | R Documentation |
Function to simplify converting p-values to asterisks
star(x, includeMarginal = FALSE)
x |
p values to convert to stars |
includeMarginal |
logical value whether to include a symbol for
marginally significant >.05 but < .10 p-values. Defaults to |
A character string with stars
star(c(.0005, .001, .005, .01, .02, .05, .08, .1, .5, 1))