Skip to content

Commit 8cb97ce

Browse files
committed
Fixed typos
1 parent 64c28e1 commit 8cb97ce

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

R/binomial.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ iscambinomprob <- function(k, n, prob, lower.tail) {
489489

490490
#' Exact Binomial Test
491491
#'
492-
#' `binomtest` calculates performas an exact binomial test and graphs the
492+
#' `binomtest` calculates performs an exact binomial test and graphs the
493493
#' binomial distribution and/or binomial confidence interval.
494494
#'
495495
#' @param observed The observed number of successes or sample proportion (assumed

R/chisqprob.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Chi-Square Probability
22
#'
33
#' `chisqrprob` returns the upper tail probability for the given chi-square
4-
#' statistic and degress of freedom.
4+
#' statistic and degrees of freedom.
55
#'
66
#' @param xval the value of the chi-square statistic.
77
#' @param df the degrees of freedom.

man/ISCAM-package.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/iscambinomtest.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/iscamchisqprob.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)