From e5c7e16e3b1b1309d9410f2e19182834f3ce96cc Mon Sep 17 00:00:00 2001 From: Alboukadel Kassambara Date: Tue, 28 Apr 2020 12:18:44 +0200 Subject: [PATCH] doc updated #38 --- README.Rmd | 6 ++--- README.md | 8 +++--- docs/404.html | 2 +- docs/authors.html | 2 +- docs/index.html | 8 +++--- docs/news/index.html | 34 +++++++++++++++++++++++- docs/reference/add_significance.html | 2 +- docs/reference/adjust_pvalue.html | 2 +- docs/reference/anova_summary.html | 2 +- docs/reference/anova_test.html | 2 +- docs/reference/as_cor_mat.html | 2 +- docs/reference/binom_test.html | 2 +- docs/reference/box_m.html | 2 +- docs/reference/chisq_test.html | 2 +- docs/reference/cochran_qtest.html | 2 +- docs/reference/cohens_d.html | 2 +- docs/reference/cor_as_symbols.html | 2 +- docs/reference/cor_mark_significant.html | 2 +- docs/reference/cor_mat.html | 2 +- docs/reference/cor_plot.html | 2 +- docs/reference/cor_reorder.html | 2 +- docs/reference/cor_reshape.html | 2 +- docs/reference/cor_select.html | 2 +- docs/reference/cor_test.html | 2 +- docs/reference/counts_to_cases.html | 2 +- docs/reference/cramer_v.html | 2 +- docs/reference/df_arrange.html | 2 +- docs/reference/df_get_var_names.html | 2 +- docs/reference/df_group_by.html | 2 +- docs/reference/df_label_value.html | 2 +- docs/reference/df_nest_by.html | 2 +- docs/reference/df_select.html | 2 +- docs/reference/df_split_by.html | 2 +- docs/reference/df_unite.html | 2 +- docs/reference/doo.html | 2 +- docs/reference/dunn_test.html | 2 +- docs/reference/emmeans_test.html | 2 +- docs/reference/eta_squared.html | 2 +- docs/reference/factorial_design.html | 8 +++--- docs/reference/factors.html | 2 +- docs/reference/fisher_test.html | 2 +- docs/reference/freq_table.html | 9 ++++--- docs/reference/friedman_effsize.html | 2 +- docs/reference/friedman_test.html | 2 +- docs/reference/games_howell_test.html | 2 +- docs/reference/get_comparisons.html | 2 +- docs/reference/get_mode.html | 2 +- docs/reference/get_pvalue_position.html | 2 +- docs/reference/get_summary_stats.html | 2 +- docs/reference/get_test_label.html | 2 +- docs/reference/index.html | 2 +- docs/reference/kruskal_effsize.html | 2 +- docs/reference/kruskal_test.html | 2 +- docs/reference/levene_test.html | 2 +- docs/reference/mahalanobis_distance.html | 2 +- docs/reference/make_clean_names.html | 2 +- docs/reference/mcnemar_test.html | 2 +- docs/reference/multinom_test.html | 2 +- docs/reference/outliers.html | 2 +- docs/reference/p_value.html | 2 +- docs/reference/prop_test.html | 2 +- docs/reference/prop_trend_test.html | 2 +- docs/reference/pull_triangle.html | 2 +- docs/reference/reexports.html | 2 +- docs/reference/replace_triangle.html | 2 +- docs/reference/sample_n_by.html | 2 +- docs/reference/shapiro_test.html | 2 +- docs/reference/sign_test.html | 2 +- docs/reference/t_test.html | 2 +- docs/reference/tukey_hsd.html | 2 +- docs/reference/welch_anova_test.html | 2 +- docs/reference/wilcox_effsize.html | 2 +- docs/reference/wilcox_test.html | 2 +- 73 files changed, 120 insertions(+), 87 deletions(-) diff --git a/README.Rmd b/README.Rmd index 809b55b..3274e52 100644 --- a/README.Rmd +++ b/README.Rmd @@ -154,9 +154,9 @@ Extract information from statistical test results. Useful for labelling plots wi These functions are internally used in the `rstatix` and in the `ggpubr` R package to make it easy to program with tidyverse packages using non standard evaluation. -- `df_select()`, `df_arrange()`, `df_group_by()`: wrapper arround dplyr functions for suporting standard and non standard evaluation. -- `df_nest_by()`: Nest a tibble data frame using grouping specification. Supports standard and non standard evaluation. -- `df_split_by()`: Split a data frame by groups into subsets or data panel. Very similar to the function `df_nest_by()`. The only difference is that, it adds label to each data subset. Labels are the combination of the grouping variable levels. +- `df_select()`, `df_arrange()`, `df_group_by()`: wrappers arround dplyr functions for suporting standard and non standard evaluations. +- `df_nest_by()`: Nest a tibble data frame using grouping specification. Supports standard and non standard evaluations. +- `df_split_by()`: Split a data frame by groups into subsets or data panel. Very similar to the function `df_nest_by()`. The only difference is that, it adds labels to each data subset. Labels are the combination of the grouping variable levels. - `df_unite()`: Unite multiple columns into one. - `df_unite_factors()`: Unite factor columns. First, order factors levels then merge them into one column. The output column is a factor. - `df_label_both()`, `df_label_value()`: functions to label data frames rows by by one or multiple grouping variables. diff --git a/README.md b/README.md index a1722a6..63e27de 100644 --- a/README.md +++ b/README.md @@ -221,13 +221,13 @@ These functions are internally used in the `rstatix` and in the `ggpubr` R package to make it easy to program with tidyverse packages using non standard evaluation. -- `df_select()`, `df_arrange()`, `df_group_by()`: wrapper arround - dplyr functions for suporting standard and non standard evaluation. +- `df_select()`, `df_arrange()`, `df_group_by()`: wrappers arround + dplyr functions for suporting standard and non standard evaluations. - `df_nest_by()`: Nest a tibble data frame using grouping - specification. Supports standard and non standard evaluation. + specification. Supports standard and non standard evaluations. - `df_split_by()`: Split a data frame by groups into subsets or data panel. Very similar to the function `df_nest_by()`. The only - difference is that, it adds label to each data subset. Labels are + difference is that, it adds labels to each data subset. Labels are the combination of the grouping variable levels. - `df_unite()`: Unite multiple columns into one. - `df_unite_factors()`: Unite factor columns. First, order factors diff --git a/docs/404.html b/docs/404.html index 93063d2..e449280 100644 --- a/docs/404.html +++ b/docs/404.html @@ -65,7 +65,7 @@ rstatix - 0.4.0.999 + 0.5.0 diff --git a/docs/authors.html b/docs/authors.html index f045459..3a4f461 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -65,7 +65,7 @@ rstatix - 0.4.0.999 + 0.5.0 diff --git a/docs/index.html b/docs/index.html index 6820eac..e4bb13a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,7 +39,7 @@ rstatix - 0.4.0.999 + 0.5.0 @@ -273,11 +273,11 @@

These functions are internally used in the rstatix and in the ggpubr R package to make it easy to program with tidyverse packages using non standard evaluation.