rdesc: Simulate Descriptives: Continuous

Description Usage Arguments

View source: R/simulate_descriptives.R

Description

Simulate a Data Frame containing descriptive statistics summarizing a continuous data

Usage

1
rdesc(n.grp = 8, n.lvls = 5, n.grp2 = NULL, rnd = FALSE)

Arguments

n.grp

number of row groups

n.lvls

number of rows in each row group

n.grp2

another row grouping, such that grp is subset of grp2

rnd

boolean round results, data frame then returns as character


dprint documentation built on May 2, 2019, 6:19 p.m.

Related to rdesc in dprint...