make_significance_df | R Documentation |
make_significance_df() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make significance dataframe. The function returns Data (a data.frame).
make_significance_df(data_tb, by_1L_chr, vars_chr, sort_1L_lgl = T)
data_tb |
Data (a tibble) |
by_1L_chr |
By (a character vector of length one) |
vars_chr |
Variables (a character vector) |
sort_1L_lgl |
Sort (a logical vector of length one), Default: T |
Data (a data.frame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.