Skip to content

Commit

Permalink
stars example
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Jul 1, 2024
1 parent 4e942ae commit 772ff20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/interpret_p.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
#' interpret_p(c(.5, .02, 0.001))
#' interpret_p(c(.5, .02, 0.001), rules = "rss")
#'
#' stars <- rules(c(0.001, 0.01, 0.05, 0.1), c("***", "**", "*", "+", ""),
#' right = FALSE, name = "stars"
#' )
#' interpret_p(c(.5, .02, 0.001), rules = stars)
#'
#' @keywords interpreters
#' @export
interpret_p <- function(p, rules = "default") {
Expand Down
5 changes: 5 additions & 0 deletions man/interpret_p.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 772ff20

Please sign in to comment.