Skip to content

Commit

Permalink
Fixing two_samp_bin_test barnard.method param doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wfulp committed Jul 8, 2019
1 parent b05cd89 commit a8f5d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/statistical_tests_and_estimates.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ two_samp_cont_test <- function(x, y, method = c('wilcox', 't.test'), paired = FA
#' @param method what test to run, "barnard" (default), "fisher" ,
#' "chi.sq" , or "mcnemar")
#' @param barnard_method indicates the Barnard method for finding tables as or
#' more extreme than the observed table: must be either "Z-pooled",
#' "Z-unpooled", "Santner and Snell", "Boschloo", "CSM", "CSM approximate", or
#' "CSM modified". Only used when \code{method = 'barnard'}
#' more extreme than the observed table: must be either "z-pooled",
#' "z-unpooled", "santner and snell", "boschloo", "csm", "csm approximate", or
#' "csm modified". Only used when \code{method = 'barnard'}
#' @param alternative a character string specifying the alternative hypothesis,
#' must be one of "two.sided" (default), "greater" or "less". You can specify
#' just the initial letter. Only "two.sided" available for
Expand Down

0 comments on commit a8f5d8e

Please sign in to comment.