descr3: Descriptive statistics for quantitative data as a function of...

Description Usage Arguments Author(s) Examples

View source: R/descr3.r

Description

Descriptive statistics for quantitative data as a function of a qualitative data

Usage

1
descr3(Y, X, Tap = FALSE, nom = NULL, nomY = NULL, latex = 0)

Arguments

Y

numeric vector

X

factor (or group) vector

Tap

boolean (tri à plat)

nom

X label

nomY

Y label

latex

boolean latex output

Author(s)

JuG

Examples

1
2
3
4
X <- sample(x = letters[1:2],size = 100, replace = T)
Y <- runif(n = 100)
descr3(Y, X)
descr3(Y, X, latex = T)

jgodet/gmrcfun documentation built on June 2, 2020, 8:19 p.m.