powered by
Takes an object, and adds significance asterisks.
est_sig(x, digits = 2, sig = NULL)
A character vector of formatted estimates.
An object for which a method exists. This will be treated as numeric by the default method.
Integer. The number of digits to round the estimate column to.
Optional, a vector of p-values for the default method.
Caspar J. van Lissa
table_results
Other Reporting tools: conf_int(), table_fit(), table_prob(), table_results()
conf_int()
table_fit()
table_prob()
table_results()
est_sig(c(.222, .3333), sig = c(.054, .045))
Run the code above in your browser using DataLab