Description Usage Arguments Details Value Author(s) Examples
Describes a numeric vector or numeric columns in a matrix or dataframe.
1 |
df |
A dataframe, matrix or vector. |
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.
df |
The summary dataframe. |
Dominique Makowski
1 2 3 4 5 | require(neuropsychology)
df <- personality
describe(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.