Skip to content

Commit

Permalink
Merge pull request #272 from tidymodels/hypothesise
Browse files Browse the repository at this point in the history
add hypothesise alias (#271)
  • Loading branch information
ismayc authored Jan 3, 2020
2 parents d44097f + 49aa4f7 commit 5b269a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export(get_ci)
export(get_confidence_interval)
export(get_p_value)
export(get_pvalue)
export(hypothesise)
export(hypothesize)
export(p_value)
export(rep_sample_n)
Expand Down
4 changes: 4 additions & 0 deletions R/hypothesize.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ hypothesize <- function(x, null, p = NULL, mu = NULL, med = NULL, sigma = NULL)
is_hypothesized <- function(x){
!is.null(attr(x, "null"))
}

#' @rdname hypothesize
#' @export
hypothesise <- hypothesize
3 changes: 3 additions & 0 deletions man/hypothesize.Rd

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

0 comments on commit 5b269a5

Please sign in to comment.