From 807eb0adb6b3991b17f3ec09f89beee6b12c0435 Mon Sep 17 00:00:00 2001 From: strengejacke Date: Thu, 9 May 2024 17:11:40 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20strengej?= =?UTF-8?q?acke/sjstats@45ec2a857e529efd3ca6ceb4d18e45a1345e121e=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- news/index.html | 18 +- pkgdown.yml | 4 +- reference/chi_squared_test.html | 211 ++++++++++++++++++++ reference/crosstable_statistics.html | 133 ++++++------- reference/cv_error.html | 8 +- reference/find_beta.html | 28 ++- reference/index.html | 22 +-- reference/kruskal_wallis_test.html | 171 ++++++++++++++++ reference/mann_whitney_test.html | 192 ++++++++++++++++++ reference/mean_n.html | 168 ---------------- reference/means_by_group.html | 279 --------------------------- reference/mwu.html | 268 ------------------------- reference/r2.html | 6 +- reference/weighted_sd.html | 59 +----- sitemap.xml | 10 +- 15 files changed, 685 insertions(+), 892 deletions(-) create mode 100644 reference/chi_squared_test.html create mode 100644 reference/kruskal_wallis_test.html create mode 100644 reference/mann_whitney_test.html delete mode 100644 reference/mean_n.html delete mode 100644 reference/means_by_group.html delete mode 100644 reference/mwu.html diff --git a/news/index.html b/news/index.html index 73454b1..1209b79 100644 --- a/news/index.html +++ b/news/index.html @@ -83,8 +83,8 @@

Deprecated and defunct

General

@@ -127,9 +127,9 @@

Generalsurvey_median().
  • -mannwhitney() is an alias for mwu().
  • +mannwhitney() is an alias for mwu().
  • -means_by_group() is an alias for grpmean().
  • +means_by_group() is an alias for grpmean().
    @@ -308,7 +308,7 @@

    Changes to functions

    Bug fixes

    • In some situations, smpsize_lmm() could result in negative sample-size recommendations. This was fixed, and a warning is now shown indicating that the parameters for the power-calculation should be modified.
    • -
    • Fixed issue with wrong calculated effect size r in mwu() if group-factor contained more than two groups.
    • +
    • Fixed issue with wrong calculated effect size r in mwu() if group-factor contained more than two groups.

    @@ -405,13 +405,13 @@

    Changes to functions tidy_stan() supports printing simplex parameters of monotonic effects of brms models.
  • -grpmean() and mwu() get a file and encoding argument, to save the HTML output as file.
  • +grpmean() and mwu() get a file and encoding argument, to save the HTML output as file.

    Bug fixes

    • model_frame() now correctly names the offset-columns for terms provided as offset-argument (i.e. for models where the offset was not specified inside the formula).
    • -
    • Fixed issue with weights-argument in grpmean() when variable name was passed as character vector.
    • +
    • Fixed issue with weights-argument in grpmean() when variable name was passed as character vector.
    • Fixed issue with r2() for glmmTMB models with ar1 random effects structure.
    @@ -438,7 +438,7 @@

    Changes to functions

    Bug fixes

    @@ -479,7 +479,7 @@

    Changes to functionsBug fixes