Describes a vector or the columns in a matrix or data frame.
Usage
describe(df, group=NA)
Arguments
df
A dataframe, matrix or vector.
group
A string indicating the factor by which you want to separate the descriptions.
Value
A list with three components:
A list with three components:
Details
describe displays a table of descriptive statistics for numeric,
factor and logical variables in the object df. This function relies massively on the PrettyR package. All credits go to its authors.