skel_stat_n_value_pair | R Documentation |
This skeleton handles formats like t-statistics (t(df) = value
) or
correlations (r(df) = value
).
skel_stat_n_value_pair(
x,
stat = "t",
skeleton = "{stat}({x[1]}) = {x[2]}"
)
x |
a two-element vector where the first number is the argument to the statistical function and the second is its value. |
stat |
symbol for the statistic. defaults to |
skeleton |
glue-style format to fill. defaults to
|
the formatted string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.