Description Usage Arguments Details Value Examples
Takes a dataframe with mean and sd values and converts them to a table of mean +/- character values
1 | plus_minus(df1, catCols, digs = 1, df2 = NA)
|
df1 |
Dataframe with mean columns or with mean and sd columns *note: colnames should be appended with "_mean" or "_sd" accordingly |
catCols |
Vector of grouping columns |
digs |
Number of significant digits 1 by default |
df2 |
Dataframe with sd columns NA by default |
plus_minus fizzTulz
Dataframe with mean +/- sd values in character form
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.