View source: R/markup_helpers.R
md_coef | R Documentation |
inline markup reporting of estimates with credibility limits
md_coef(
tbl_coef,
...,
row = NULL,
center = T,
interval = F,
prefix = F,
round = 2,
mean_fnc = identity,
neg = F
)
frm_coef(
tbl_coef,
...,
row = NULL,
center = T,
interval = T,
prefix = F,
round = 2,
neg = F
)
tbl_coef |
coefficient table |
... |
filter formulas, using annotations |
row |
row number of parameter |
center |
add center estimate (TRUE) |
interval |
add interval (TRUE) |
prefix |
add prefix term with coef name (not implemented) |
mean_fnc |
mean function (identity) |
neg |
output negative estimate |
rounding |
digits (2) |
markdown string
The parameter can alternatively selected by row number, or using a dplyr-like selection formula. When the selection criteria are ambiguous an error is thrown
Martin Schmettow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.