describe: Descriptive Statistics with Interpretation

View source: R/describe.R

describeR Documentation

Descriptive Statistics with Interpretation

Description

Descriptive Statistics with Interpretation

Usage

describe(x, var_name = "Variable")

Arguments

x

A numeric vector

var_name

Optional name for the variable (used in the report)

Value

An object of class statease_describe containing descriptive statistics and interpretation. Use print() to display the formatted report.

Examples

result <- describe(c(23, 45, 12, 67, 34, 89, 56))
print(result)

statease documentation built on June 7, 2026, 5:06 p.m.