View source: R/results-table_results.R
| est_sig | R Documentation |
Takes an object, and adds significance asterisks.
est_sig(x, digits = 2, sig = NULL)
x |
An object for which a method exists. This will be treated as numeric by the default method. |
digits |
Integer. The number of digits to round the estimate column to. |
sig |
Optional, a vector of p-values for the default method. |
A character vector of formatted estimates.
Caspar J. van Lissa
table_results
Other Reporting tools:
conf_int(),
table_fit(),
table_prob(),
table_results()
est_sig(c(.222, .3333), sig = c(.054, .045))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.