contSummary | R Documentation |
A function to calculate summary statistics for continuous variable.
contSummary(x, statistics = NULL, digits = 1, n = TRUE)
x |
a numeric vector to be summarised. |
statistics |
a character specifies summary statistics for continuous row variables. |
digits |
a number specifies number of significant digits for numeric statistics. |
n |
a logical value specifies whether output will contain the number of non-missing values. |
a string displays formatted summary statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.