compute_ds: Computes Descriptive Statistics

Description Usage Arguments Value Examples

View source: R/compute_ds.R

Description

Computes Descriptive Statistics

Usage

1
compute_ds(data, var1, var2)

Arguments

data

input dataset

var1

name of variable 1 (unquoted)

var2

name of variable 2 (unquoted)

Value

a data frame with descriptive statistics including average, min-max and standard dev

Examples

1
compute_ds(data = faithful,var1 = eruptions, var2 = waiting)

katremadhura/ralph documentation built on Dec. 21, 2021, 5:20 a.m.