ds.summ: Descriptive statistics of a data frame

Description Usage Arguments Examples

View source: R/ds.summ.R

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

1
ds.summ(x,n)

Arguments

x

:a data frame

n

:number of decimal points rounded

Examples

1

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to ds.summ in PMmisc...