p2Star | R Documentation |
p2Star Converts a vector of probabilities into a string vector of stars for display.
p2Star(pValues, threshold = c(0.05, 0.01, 0.001))
pValues |
a vector of $p$ values (i.e., values between 0 and 1) |
threshold |
a vector giving the values for thresholding
default is |
pStared a vector of stars
Herve Abdi
## Not run: stars4p <- p2Star(aVectorOfPValues) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.