skel_se: Skeletons for inline stats

View source: R/skeletons.R

skel_seR Documentation

Skeletons for inline stats

Description

Skeletons for inline stats

Usage

skel_se(x, skeleton = "SE = {x}")

skel_ci(x, ci_width = "95", skeleton = "{ci_width}% CI = {x}")

Arguments

skeleton

glue-style format to fill. defaults to "SE = {x}" for skel_se() and "95% CI = {x}" for skel_ci().

ci_width

width of the confidence interval to report. Defaults to "95".

xs

a vector of the values to plug into the skeleton

Value

strings with stats plugged in.


tjmahr/printy documentation built on March 4, 2024, 1:25 a.m.