compute_ds_another_way: Computes Descriptive Statistics

Description Usage Arguments Value Examples

View source: R/compute_ds_another_way.R

Description

Computes Descriptive Statistics

Usage

1

Arguments

data

input data set

var1

name of variable 1 (in quotes)

var2

name of variable 2 (in quotes)

Value

a data frame containing descriptive statistics

Examples

1
compute_ds_another_way(data = faithful,var1 = 'eruptions', var2 = 'waiting')

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