cal_mean.sd | R Documentation |
Calculated mean±sd
cal_mean.sd(df, digits = NULL, nsmall = NULL)
df |
a numeric vector |
digits |
how many digits |
nsmall |
the minimum number of digits to the right of the decimal point in formatting real/complex numbers in non-scientific formats. Allowed values are 0 <= nsmall <= 20. |
a character
usuallt it is used with dplyr::summarise and dplyr::mutate funciton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.