From a7a81e59fc71ab4bff7e488fdf70ade5a5483fbc Mon Sep 17 00:00:00 2001 From: jwbowers Date: Tue, 6 Aug 2024 15:05:24 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20bowers-i?= =?UTF-8?q?llinois-edu/DrBristol@e757b138293e1b1aa1888f6f6bbfb71129a8a0cc?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/sens_analysis.html | 20 ++++++++------------ search.json | 2 +- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/pkgdown.yml b/pkgdown.yml index 6fd962e..bf99e4a 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.1.0 pkgdown_sha: ~ articles: {} -last_built: 2024-08-03T20:04Z +last_built: 2024-08-06T15:05Z urls: reference: https://bowers-illinois-edu.github.io/DrBristol/reference article: https://bowers-illinois-edu.github.io/DrBristol/articles diff --git a/reference/sens_analysis.html b/reference/sens_analysis.html index 561379c..e19c6ed 100644 --- a/reference/sens_analysis.html +++ b/reference/sens_analysis.html @@ -38,36 +38,32 @@

Find odds given ideas about unequally easy evidence

Usage

-
sens_analysis(m1, m2, n, thep)
+
sens_analysis(obs_support, obs_oppose, total_obs, thep = 0.05)

Arguments

-
m1
-

TODO

+
obs_support
+

An integer representing the number of observations in favor of the working hypothesis. Must be less than or equal to the total.

-
m2
-

TODO

- - -
n
-

TODO

+
total_obs
+

An integer representing the total number of observations

thep
-

TODO

+

The p-value threshold

Value

-

A vector representing TODO

+

The odds required for the p-value to be equal to that specified in thep

Details

-

TODO Description

+

A function that allows the researcher to input the likelihood of data or to find how mush bias in datacollection would be nescessary to obtain a p>0.05 or p>0.10 result using the same data.