Description Usage Arguments Value See Also
Adds adjusted p-values to a dataframe. Helper functions wrap 'add_p.adjust' for common additions.
1 2 3 4 5 6  | add_p.adjust(data, method = stats::p.adjust.methods, p_value = "p.value",
  var = NULL)
add_bonf_pv(data, p_value = "p.value", var = NULL)
add_fdr_pv(data, p_value = "p.value", var = NULL)
 | 
data | 
 data frame  | 
method | 
 scalar character: which adjustment method to use. See
  | 
p_value | 
 scalar character: name of the p-value column.  | 
var | 
 scalar character: name of the column to be created. if 'NULL' then it attempts to create its own column. To avoid accidenntally overwriting an existing column, it is safer to always supply a name here.  | 
data frame
Other augmenters: add_nlog10_pv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.