View source: R/formatting_functions.R
These are functions passed to either summary measure functions or fmt.glm_table. The idea is for you to be able to create your own modifications of them and pass them to the relevant functions, in order to fully customize the table.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | beta_fmt(b)
ci_beta_fmt(lwr, upr, sep = " to ")
RR_fmt(RR)
ci_RR_fmt(lwr, upr, sep = " to ")
p_fmt(p, digits = 3, eps = 10^-digits)
prop_fmt(x)
sd_fmt(x)
mean_fmt(x)
n_fmt(x)
median_fmt(x)
iqr_fmt(lwr, upr, sep = " to ", bracket = c("[", "]"))
range_fmt(lwr, upr, sep = " to ", bracket = c("[", "]"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.