d: d

View source: R/d.R

dR Documentation

d

Description

A very simple wrapper for the 'describe()' function from the 'psych' package. In addition to having a shorter function name, it also returns fewer statistics by default.

Usage

d(x, shorten = TRUE, ...)

Arguments

x

a numeric vector.

shorten

a logical value indicating whether only the n, mean, standard deviation, minimum, and maximum should be returned. Defaults to 'TRUE'.

...

additional arguments passed to 'describe()'.


camkay/panoply documentation built on Jan. 17, 2025, 6:31 a.m.