From 2e25fe82fe2bf60c69e1ac97d17b8d29d926aca2 Mon Sep 17 00:00:00 2001 From: Matias-Lopez-13 <112888781+Matias-Lopez-13@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:32:27 -0300 Subject: [PATCH] Update p.R --- R/p.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/p.R b/R/p.R index a92bb90..904ff84 100644 --- a/R/p.R +++ b/R/p.R @@ -1,4 +1,4 @@ -##' Find a p-value given opposing and supporting information +##' Find a p-value given a certain number of observations in favor of the working hypothesis among a total number of observations ##' ##' @param obs_support An integer representing the number of observations in favor of the working hypothesis. Must be less than or equal to the total. ##' @param total_obs An integer representing the total number of observations