model_2_txt | R Documentation |
Print estimate, 95% CI, and p-value as derived from broom::tidy\(fit\)
model_2_txt(
data,
beta = estimate,
unit = "",
lower = conf.low,
upper = conf.high,
p = p.value,
term,
filter_var,
filter_value,
digits = 2
)
data |
data frame as derived from broom::tidy\(fit\) |
beta |
estimate |
unit |
unit of the estimate \(needs to be quoted\) |
lower |
Lower bound of 95% CI |
upper |
Upper bound of 95% CI |
p |
p-value |
term |
Name of independent variable \(needs to be quoted, partial match is sufficient\) |
filter_var |
Name of variable for which a filter should be applied |
filter_value |
Term to be filtered \(needs to be quoted\) |
digits |
Number of digits for estimate and CI \(default: 2\) ## Not run: model_2_txt(df) ## End(Not run) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.