Learn R Programming

descriptr (version 0.4.1)

ds_summary_stats: Descriptive statistics

Description

Range of descriptive statistics for continuous data.

Usage

ds_summary_stats(data, variable)

Arguments

data

A data.frame or tibble.

variable

Column in data.

Deprecated function

summary_stats() has been deprecated. Instead use ds_summary_stats().

See Also

summary ds_freq_cont ds_freq_table ds_cross_table

Examples

Run this code
# NOT RUN {
ds_summary_stats(mtcarz, mpg)

# }

Run the code above in your browser using DataLab