diff --git a/pkgdown.yml b/pkgdown.yml index d9a75d0..c7bd7ec 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: '3.2' pkgdown: 2.0.9.9000 pkgdown_sha: 79c11d2c747166d78f53aee50acc4f6e83a62cf5 articles: {} -last_built: 2024-05-13T10:25Z +last_built: 2024-05-13T10:29Z diff --git a/reference/chi_squared_test.html b/reference/chi_squared_test.html index 6b036b9..6cf2766 100644 --- a/reference/chi_squared_test.html +++ b/reference/chi_squared_test.html @@ -95,7 +95,10 @@

Arguments

  • If select select is of length two and paired = TRUE, the two samples are considered as dependent and a paired test is carried out.

  • If select specifies one variable and by = NULL, a one-sample test -is carried out (only applicable for t_test() and wilcoxon_test()).

  • +is carried out (only applicable for t_test() and wilcoxon_test())

    +
  • For chi_squared_test(), if select specifies one variable and +both by and probabilities are NULL, a one-sample test against given +probabilities is automatically conducted, with equal probabilities.

  • diff --git a/reference/kruskal_wallis_test.html b/reference/kruskal_wallis_test.html index 07a8953..751169b 100644 --- a/reference/kruskal_wallis_test.html +++ b/reference/kruskal_wallis_test.html @@ -87,7 +87,10 @@

    Arguments

  • If select select is of length two and paired = TRUE, the two samples are considered as dependent and a paired test is carried out.

  • If select specifies one variable and by = NULL, a one-sample test -is carried out (only applicable for t_test() and wilcoxon_test()).

  • +is carried out (only applicable for t_test() and wilcoxon_test())

    +
  • For chi_squared_test(), if select specifies one variable and +both by and probabilities are NULL, a one-sample test against given +probabilities is automatically conducted, with equal probabilities.

  • diff --git a/reference/mann_whitney_test.html b/reference/mann_whitney_test.html index 2f3f271..b4c2d00 100644 --- a/reference/mann_whitney_test.html +++ b/reference/mann_whitney_test.html @@ -105,7 +105,10 @@

    Arguments

  • If select select is of length two and paired = TRUE, the two samples are considered as dependent and a paired test is carried out.

  • If select specifies one variable and by = NULL, a one-sample test -is carried out (only applicable for t_test() and wilcoxon_test()).

  • +is carried out (only applicable for t_test() and wilcoxon_test())

    +
  • For chi_squared_test(), if select specifies one variable and +both by and probabilities are NULL, a one-sample test against given +probabilities is automatically conducted, with equal probabilities.

  • diff --git a/reference/t_test.html b/reference/t_test.html index 07a94d1..b8b5555 100644 --- a/reference/t_test.html +++ b/reference/t_test.html @@ -93,7 +93,10 @@

    Arguments

  • If select select is of length two and paired = TRUE, the two samples are considered as dependent and a paired test is carried out.

  • If select specifies one variable and by = NULL, a one-sample test -is carried out (only applicable for t_test() and wilcoxon_test()).

  • +is carried out (only applicable for t_test() and wilcoxon_test())

    +
  • For chi_squared_test(), if select specifies one variable and +both by and probabilities are NULL, a one-sample test against given +probabilities is automatically conducted, with equal probabilities.

  • diff --git a/reference/wilcoxon_test.html b/reference/wilcoxon_test.html index 90d2563..0428bea 100644 --- a/reference/wilcoxon_test.html +++ b/reference/wilcoxon_test.html @@ -107,7 +107,10 @@

    Arguments

  • If select select is of length two and paired = TRUE, the two samples are considered as dependent and a paired test is carried out.

  • If select specifies one variable and by = NULL, a one-sample test -is carried out (only applicable for t_test() and wilcoxon_test()).

  • +is carried out (only applicable for t_test() and wilcoxon_test())

    +
  • For chi_squared_test(), if select specifies one variable and +both by and probabilities are NULL, a one-sample test against given +probabilities is automatically conducted, with equal probabilities.