From 36d9db85b135a11bc8915d4445e81e50feca7162 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:44:21 +0000 Subject: [PATCH] Update pkgdown documentation 596941685811b7d3d70be0dcdb81027de9fff489 --- main/404.html | 2 +- main/CODE_OF_CONDUCT.html | 2 +- main/CONTRIBUTING.html | 2 +- main/LICENSE-text.html | 2 +- main/PULL_REQUEST_TEMPLATE.html | 2 +- main/SECURITY.html | 2 +- main/authors.html | 6 +- main/index.html | 2 +- main/news/index.html | 6 +- main/pkgdown.yml | 2 +- main/reference/ard_chisqtest.html | 2 +- main/reference/ard_fishertest.html | 131 ++++++++++++++++++ main/reference/ard_ttest.html | 2 +- main/reference/ard_wilcoxtest.html | 2 +- main/reference/cardx-package.html | 2 +- main/reference/dot-format_ttest_results.html | 2 +- .../dot-format_wilcoxtest_results.html | 2 +- .../dot-paired_data_pivot_wider.html | 2 +- main/reference/index.html | 7 +- main/reference/reexports.html | 2 +- main/search.json | 2 +- main/sitemap.xml | 3 + 22 files changed, 163 insertions(+), 24 deletions(-) create mode 100644 main/reference/ard_fishertest.html diff --git a/main/404.html b/main/404.html index e5ab27cc0..df2c4948a 100644 --- a/main/404.html +++ b/main/404.html @@ -32,7 +32,7 @@ cardx - 0.0.0.9028 + 0.0.0.9029
part of NESTpharmaverse
+ + + + + +
+
+
+ +
+

Analysis results data for Fisher's Exact Test. +Calculated with fisher.test(x = data[[variable]], y = data[[by]], ...)

+
+ +
+

Usage

+
ard_fishertest(data, by, variable, ...)
+
+ +
+

Arguments

+
data
+

(data.frame)
+a data frame.

+ + +
by, variable
+

(tidy-select)
+column names to compare

+ + +
...
+

additional arguments passed to fisher.test(...)

+ +
+
+

Value

+ + +

ARD data frame

+
+ +
+

Examples

+
cards::ADSL[1:30, ] |>
+  ard_fishertest(by = "ARM", variable = "AGEGR1")
+#> {cards} data frame: 12 x 9
+#>    group1 variable   context        stat_name stat_label
+#> 1     ARM   AGEGR1 fisherte…          p.value    p-value
+#> 2     ARM   AGEGR1 fisherte…           method     method
+#> 3     ARM   AGEGR1 fisherte…      alternative  alternat…
+#> 4     ARM   AGEGR1 fisherte…        workspace  workspace
+#> 5     ARM   AGEGR1 fisherte…           hybrid     hybrid
+#> 6     ARM   AGEGR1 fisherte…       hybridPars  hybridPa…
+#> 7     ARM   AGEGR1 fisherte…          control    control
+#> 8     ARM   AGEGR1 fisherte…               or         or
+#> 9     ARM   AGEGR1 fisherte…         conf.int   conf.int
+#> 10    ARM   AGEGR1 fisherte…       conf.level  conf.lev…
+#> 11    ARM   AGEGR1 fisherte… simulate.p.value  simulate…
+#> 12    ARM   AGEGR1 fisherte…                B          B
+#>                                statistic
+#> 1                                  0.089
+#> 2                              Fisher's…
+#> 3                              two.sided
+#> 4                                  2e+05
+#> 5                                  FALSE
+#> 6  c(expect = 5, percent = 80, Emin = 1)
+#> 7                                 list()
+#> 8                                      1
+#> 9                                   TRUE
+#> 10                                  0.95
+#> 11                                 FALSE
+#> 12                                  2000
+#>  3 more variables: statistic_fmt_fn, warning, error
+
+
+
+ + +
+ + + + + + + diff --git a/main/reference/ard_ttest.html b/main/reference/ard_ttest.html index e428ae716..f9f684d53 100644 --- a/main/reference/ard_ttest.html +++ b/main/reference/ard_ttest.html @@ -10,7 +10,7 @@ cardx - 0.0.0.9028 + 0.0.0.9029
part of NESTpharmaverse