get_sig | R Documentation |
This function returns rows with a significant p value defined by a cutoff
get_sig(df, cut = 0.05, p_names = "p", any = T)
df |
A tibble or a dataframe |
cut |
A number of the cutoff to define significance, default is 0.05 |
p_names |
A character vector of column names of p values |
any |
logical, if T, returns row with any significant p; otherwise, return rows with all significant p s, default is T |
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.