Learn R Programming

PMmisc (version 0.1.0)

fdesstat: Descriptice statistics of a data frame

Description

Calculating the descriptive statistics of a data frame and exporting in a data frame. The report data frame contains: number of observations, maximum value, minimum value, mean, median, mode, variance, standard deviation, skewness and kurtosis.

Usage

fdesstat(x,n)

Arguments

x

:a data frame

n

:number of decimal points desired

Examples

Run this code
# NOT RUN {
fdesstat(mtcars,3)
# }

Run the code above in your browser using DataLab