Desc: Descriptive statistics

Description Usage Arguments Value Author(s) Examples

Description

Receives a data.frame, vector or matrix and computes descriptive statistics.

Usage

1
Desc(dados, nivel = 0.95, tipoci = "basic", nsimu = 500, dig = 2)

Arguments

dados

data.frame, matrix or numeric vector

nivel

significance level for bootstrap non-paramentric ci for the mean

tipoci

type of confidence interval test. See boot.ci

nsimu

bootstrap simulations number

dig

number of digits for output

Value

data.frame with min, mean, median, max, sd, sd + mean, coefficeint of variation and bootstrap non-parametric confidence interval for the mean

Author(s)

LOPES, J. E.

Examples

1
2
Desc(cars)
Desc(rnorm(100, 2, 3))

evandeilton/cvforecast documentation built on May 16, 2019, 9:36 a.m.