powered by
Takes an object, and adds significance asterisks.
est_sig(x, digits = 2, sig = NULL)
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.
A character vector of formatted estimates.
table_results
Other Reporting tools: conf_int(), table_results()
conf_int()
table_results()
# NOT RUN { est_sig(c(.222, .3333), sig = c(.054, .045)) # }
Run the code above in your browser using DataLab