mat_pval_cat | R Documentation |
Add p-value and paste
mat_pval_cat(estimate, p_value, digits = 2, ...)
estimate |
Parameters of interest |
p_value |
p-values for the estimate |
digits |
rounding before pasting |
... |
Currently unused |
format.pval
p_vals <- c(0.01, 0.0001, 0.05, 0.09)
mat_pval_cat(p_vals, p_vals)
mat_pval_cat(p_vals, p_vals, digits=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.