powered by
Calculate significance stars
signif_stars(x, three = 0.001, two = 0.01, one = 0.05, point = 0.1)
Character vector containing the appropriate number of stars for each x value.
x
numeric values that will be compared to the point, one, two, and three values
point
one
two
three
threshold below which to display three stars
threshold below which to display two stars
threshold below which to display one star
threshold below which to display one point (NULL to deactivate)
NULL
Joseph Larmarange
x <- c(0.5, 0.1, 0.05, 0.01, 0.001) signif_stars(x) signif_stars(x, one = .15, point = NULL)
Run the code above in your browser using DataLab