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.