powered by
Function to simplify converting p-values to asterisks
star(x, includeMarginal = FALSE)
A character string with stars
p values to convert to stars
logical value whether to include a symbol for marginally significant >.05 but < .10 p-values. Defaults to FALSE.
FALSE
star(c(.0005, .001, .005, .01, .02, .05, .08, .1, .5, 1))
Run the code above in your browser using DataLab