Description Usage Arguments Examples
If the top row of a header column is blank,
you may experience printing issues when using knitr
::kable
1 2 3 |
x |
|
label |
string vector including text to appear above the label column |
N |
string vector including text to appear above the N column |
est |
string vector including text to appear above the estimate/coefficient column |
ci |
string vector including text to appear above the confidence interval column |
pvalue |
string vector including text to appear above the p-value column |
... |
further arguments passed to or from other methods |
1 2 3 4 5 6 7 8 | fmt_uni_regression(
trial,
method = "glm",
y = "response",
method.args = list(family = binomial),
exponentiate = TRUE
) %>%
modify_header(label = "Characteristic")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.