describe: Description of dataframes.

Description Usage Arguments Details Value Author(s) Examples

Description

Describes a numeric vector or numeric columns in a matrix or dataframe.

Usage

1

Arguments

df

A dataframe, matrix or vector.

Details

describe displays a table of descriptive statistics for numeric variables in the object df. This function its just a wrapper for the psych::describe function. All credits go to its authors. Note that it select only numeric variables.

Value

df

The summary dataframe.

Author(s)

Dominique Makowski

Examples

1
2
3
4
5
require(neuropsychology)

df <- personality

describe(df)

neuropsychology documentation built on May 2, 2019, 2:13 p.m.