Displaying 2 results from an estimated 2 matches for "themean".
Did you mean:
themeas
2009 Nov 21
1
what do i do to fix missing packages...see error
...<- rnorm(10000)
> summary(exampledata)
Min. 1st Qu. Median Mean 3rd Qu. Max.
-4.030000 -0.666200 -0.023390 -0.009384 0.664700 4.092000
> desc <- function(mydata) {
+ require(e1071)
+ quantls <- quantile(x=mydata, probs=seq(from=0, to=1, by=0.25))
+ themean <- mean(mydata)
+ thesd <- sd(mydata)
+ kurt <- kurtosis(mydata)
+ skew <- skewness(mydata)
+ retlist <- list(Quantiles=quantls, Mean=themean, StandDev=thesd,
+ Skewness=skew, Kurtosis=kurt)
+ return(retlist)
+ }
> descstats <- desc(exampledat...
2007 May 08
1
Looking for a comprehensive descriptive statistics package
Hi all,
I'm looking for a package that will give me comprehensive set of
descriptive statistics, including skew and kurtosis. Also, is there a
similar package that will provide multivariate descriptive statistics as
well? Thanks in advance,
David
--
===========================================================================
David Kaplan, Ph.D.
Professor
Department of Educational