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/neuropsychology.R documentation built on May 23, 2019, 4:27 p.m.