Learn R Programming

tidySEM (version 0.1.9)

descriptives: Describe a dataset

Description

Provide descriptive statistics for a dataset.

Usage

descriptives(x, ...)

Arguments

x

An object for which a method exists.

...

Additional arguments.

Value

A data.frame with descriptive statistics for x.

Examples

Run this code
# NOT RUN {
descriptives(iris)
# }

Run the code above in your browser using DataLab