Skip to content

Commit

Permalink
doc updated #38
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed Apr 28, 2020
1 parent 1b7d01f commit e5c7e16
Show file tree
Hide file tree
Showing 73 changed files with 120 additions and 87 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 33 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/add_significance.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/adjust_pvalue.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/anova_summary.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/anova_test.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/as_cor_mat.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/binom_test.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/box_m.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/chisq_test.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cochran_qtest.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cohens_d.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cor_as_symbols.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cor_mark_significant.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cor_mat.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cor_plot.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cor_reorder.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cor_reshape.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cor_select.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cor_test.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/counts_to_cases.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/cramer_v.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/df_arrange.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/df_get_var_names.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/df_group_by.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/df_label_value.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e5c7e16

Please sign in to comment.