I checked the help and the mailing list archives, but I can find no mention of a routine that calculates higher moments like skewness and kurtosis. Of course, these are easy enough to write myself, but I was thinking that they MUST be in here. Am I wrong? Thanks. -Frank
Hi,> -----Original Message----- > From: Samuelson, Frank* [SMTP:FWS4 at CDRH.FDA.GOV] > Sent: Monday, February 09, 2004 1:56 PM > To: r-help at stat.math.ethz.ch > Subject: [R] moments, skewness, kurtosis > > I checked the help and the mailing list archives, but I can > find no mention of a routine that calculates higher > moments like skewness and kurtosis. Of course, these > are easy enough to write myself, but I was thinking > that they MUST be in here. Am I wrong? >Is this what you are looking for? library(e1071) ?moment I found it via: help.search("moments") Best, Roland +++++ This mail has been sent through the MPI for Demographic Research. Should you receive a mail that is apparently from a MPI user without this text displayed, then the address has most likely been faked. If you are uncertain about the validity of this message, please check the mail header or ask your system administrator for assistance.
package e1071 on CRAN "Samuelson, Frank*" <FWS4 at CDRH.FDA.GOV> Sent by: r-help-bounces at stat.math.ethz.ch 02/09/2004 07:56 AM To: r-help at stat.math.ethz.ch cc: Subject: [R] moments, skewness, kurtosis I checked the help and the mailing list archives, but I can find no mention of a routine that calculates higher moments like skewness and kurtosis. Of course, these are easy enough to write myself, but I was thinking that they MUST be in here. Am I wrong? Thanks. -Frank ______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Seemingly Similar Threads
- Maximum number of connections in R
- More precision problems in testing with Intel compilers
- Computing skewness and kurtosis with the moments package
- about comparison of KURTOSIS in package: moments and fBasics
- Generating series of distributions with the same skewness and different kurtosis or with same kurtosis and different skewness?