Use the FreesearchR colors
+From 87467e2bee5a545c9c9c7f0c4d5b0ac9b74c43fb Mon Sep 17 00:00:00 2001 From: agdamsbo <43278243+agdamsbo@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:40:30 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20agdamsbo?= =?UTF-8?q?/FreesearchR@4c42636faaca7e3bcdd1d542a5918ff268f16a2b=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SESSION.html | 260 +++++++++++++++------------- articles/session.html | 264 ++++++++++++++++------------- news/index.html | 2 +- pkgdown.yml | 2 +- reference/FreesearchR_palette.html | 91 ++++++++++ reference/baseline_table.html | 4 +- reference/create_baseline.html | 4 +- reference/create_log_tics.html | 2 +- reference/data-missings.html | 12 +- reference/data_summary_gather.html | 139 +++++++++++++++ reference/getfun.html | 2 +- reference/index.html | 26 ++- reference/line_break.html | 2 +- reference/missings_apex_plot.html | 41 ++--- reference/unique_short.html | 98 +++++++++++ reference/visual_summary-1.png | Bin 0 -> 47698 bytes reference/visual_summary-2.png | Bin 0 -> 47694 bytes reference/visual_summary-3.png | Bin 0 -> 85350 bytes reference/visual_summary-4.png | Bin 0 -> 82015 bytes reference/visual_summary.html | 104 ++++++++++++ reference/visual_summary_ui.html | 8 + reference/wide2long.html | 160 ++++++++--------- search.json | 2 +- sitemap.xml | 4 + 24 files changed, 860 insertions(+), 367 deletions(-) create mode 100644 reference/FreesearchR_palette.html create mode 100644 reference/data_summary_gather.html create mode 100644 reference/unique_short.html create mode 100644 reference/visual_summary-1.png create mode 100644 reference/visual_summary-2.png create mode 100644 reference/visual_summary-3.png create mode 100644 reference/visual_summary-4.png create mode 100644 reference/visual_summary.html create mode 100644 reference/visual_summary_ui.html diff --git a/SESSION.html b/SESSION.html index 845a98e..f53681a 100644 --- a/SESSION.html +++ b/SESSION.html @@ -129,282 +129,290 @@
NEW First go at introducing more options to evaluate missings. This has introduced a new dependency to use the visdat package and visualisation. The solution includes the option to visualise data classes and missingness as well as comparisons of variables by missing outcome variable or not to determine the nature of missingness.
NEW Introducing more options to evaluate missing observations. Inspired by the [visdat()] function from the {visdat} package, a specialised function has been introduced to easily visualise data classes and missing observations in the data set. This highly increases the options to visually get an overview of the data and to assess the pattern of missing data. Also under Evaluate, a comparison module has been introduced to compare the distribution of observations across variables depending on the missing vs non-missing in a specified variable.
FIX The REDCap import module has been updated visually and the PAI token is now hidden as a password. This module should still only be used when running locally if you are accessing sensitive data.
minor rewordings and updated UI.
Use the FreesearchR colors
+mtcars |> baseline_table()
-
+
Characteristic
N = 321
@@ -112,7 +112,7 @@
1 Median (Q1, Q3); n (%)
mtcars |> baseline_table(fun.args = list(by = "gear"))
-
+
Characteristic
3
diff --git a/reference/create_baseline.html b/reference/create_baseline.html
index 25c3bcc..e315bfd 100644
--- a/reference/create_baseline.html
+++ b/reference/create_baseline.html
@@ -89,7 +89,7 @@
Examples
mtcars |> create_baseline(by.var = "gear", add.p = "yes" == "yes")
-
+
Characteristic
3
@@ -177,7 +177,7 @@ N = 5
1 Kruskal-Wallis rank sum test; Fisher’s exact test
create_baseline(default_parsing(mtcars), by.var = "am", add.p = FALSE, add.overall = FALSE, theme = "lancet")
-
+
Characteristic
FALSE
diff --git a/reference/create_log_tics.html b/reference/create_log_tics.html
index 82eeb19..ea76c14 100644
--- a/reference/create_log_tics.html
+++ b/reference/create_log_tics.html
@@ -66,7 +66,7 @@