md_coef: coefficient formula

View source: R/markup_helpers.R

md_coefR Documentation

coefficient formula

Description

inline markup reporting of estimates with credibility limits

Usage

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
)

Arguments

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)

Value

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

Author(s)

Martin Schmettow


schmettow/bayr documentation built on March 23, 2024, 7:49 p.m.