pvalStars.Rd
'pvalStars' creates a graphical representation of p-value(s) (AKA "significance stars").
pvalStars(p, width = NULL, right = TRUE)
p | p-value(s) |
---|---|
width | width of text summary (number of characters), if not
|
right | the type of padding |
a vector of character strings representing the significance of 'p'
#> p #> [1,] "1" " " #> [2,] "0.1" "." #> [3,] "0.05" "*" #> [4,] "0.01" "**" #> [5,] "0.001" "***" #> [6,] "1e-06" "***" #> [7,] NA "?"