| describe | R Documentation |
Descriptive Statistics with Interpretation
describe(x, var_name = "Variable")
x |
A numeric vector |
var_name |
Optional name for the variable (used in the report) |
An object of class statease_describe containing
descriptive statistics and interpretation. Use print() to
display the formatted report.
result <- describe(c(23, 45, 12, 67, 34, 89, 56))
print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.