[R] Asymmetry and kurtosis coefficients

Tobias Verbeke tobias.verbeke at telenet.be
Fri Jan 7 14:15:07 CET 2005


On Fri, 07 Jan 2005 12:28:04 +0000
"Talita Leite" <talitaperciano at hotmail.com> wrote:

> Hello everybody,
> 
> I'm studying descriptive statistics with R and I want to know how to 
> calculate the asymmetry and kurtosis coefficients of a sample using R. I'll 
> appreciate some help.

install.packages("e1071")
library(e1071)

?kurtosis
?skewness

HTH,
Tobias
 
> Thanx,
> 
> 
> Talita Perciano Costa Leite
> Graduanda em Ciência da Computação
> Universidade Federal de Alagoas - UFAL
> Departamento de Tecnologia da Informação - TCI
> Construção de Conhecimento por Agrupamento de Dados - CoCADa
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list