search for: thesde

Displaying 5 results from an estimated 5 matches for "thesde".

Did you mean: thesd
2009 Nov 21
1
what do i do to fix missing packages...see error
> exampledata <- 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 <-
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
2011 Apr 05
0
Changing parameter in local fdr R code
I am using Efron's local fdr procedure. But, I want to change the null from N(0,1) to N(0, 0.002). I can access the function but I have no idea what to change. In other words, I want nulltype to be N(0,0.002) instead of N(0,1) in his function. Anyone has any ideas. This is his code for the local fdr: function (zz, bre = 120, df = 7, pct = 0, pct0 = 1/4, nulltype = 1, type = 0, plot = 1,
2007 Jul 10
3
Quest for a better FAQ
I''m working on making a better xen faq. Hopefully I can use it to replace the one we now have on the wiki. I''d love to know what people think really are the most frequently asked questions? I''m going to paw through the mountains of data that is the xen-users archive and see what I see. That should be interesting, but probably not as useful as your opinions.
2007 Jul 10
3
Quest for a better FAQ
I''m working on making a better xen faq. Hopefully I can use it to replace the one we now have on the wiki. I''d love to know what people think really are the most frequently asked questions? I''m going to paw through the mountains of data that is the xen-users archive and see what I see. That should be interesting, but probably not as useful as your opinions.