search for: statist

Displaying 20 results from an estimated 32869 matches for "statist".

Did you mean: statis
2010 Mar 08
1
confused by classes and methods.
Hello, I have a simple class that looks like: setClass("statisticInfo", representation( max = "numeric", min = "numeric", beg = "numeric", current = "numeric", avg = "numeric", obs...
2007 Mar 02
1
Fwd: Re: [friday topic]: what exactly is statistical computing
This is a very fascinating discussion topic. I find I run into some fundamental differences in interpretation of the phrase "statistical computing". I think of it as writing programs or functions, such as R or packages in R, and of understanding the numerical analysis behind these functions. I exclude USING computer programs, such as R, for data analysis from my definition of statistical computing. I see that as doing st...
2009 Oct 20
1
New Award Announcement ASA Stat Comp/Graph Sections: The Statistical Computing and Graphics Award
The Statistical Computing and Graphics Award The ASA Sections of Statistical Computing and Statistical Graphics have established the Statistical Computing and Graphics Award to recognize an individual or team for innovation in computing, software, or graphics that has had a great impact on statistical practic...
2009 Jun 02
1
getting elements out of list automatically
o <- (structure(list(sand.silt = structure(list(statistic = structure(185, .Names = "W"), parameter = NULL, p.value = 0.0478835773838087, null.value = structure(0, .Names = "location shift"), alternative = "two.sided", method = "Wilcoxon rank sum test with continuity correction", data.name = ".col...
2005 Nov 09
5
How to find statistics like that.
Hi there, Suppose mu is constant, and error is normally distributed with mean 0 and fixed variance s. I need to find a statistics that: Y_i = mu + beta1* I1_i beta2*I2_i + beta3*I1_i*I2_i + +error, where I_i is 1 Y_i is from group A, and 0 if Y_i is from group B. It is large when beta1=beta2=0 It is small when beta1 and/or beta2 is not equal to 0 How can I find it by R? Thank you very much for your time. Fay
2009 Jun 18
4
off topic but need your pointers about statistics
Hi all, I apologize for this off-topic question but I need your help -- I know there are lots of experts here. As a lover and student of statistics, I am thinking of building a tree of various branches of statistics and keeping track of the greatest historical inventions/discoveries in statistics and the latest development of each branch. The goal is to understand in what context did the great inventions come out and then try to follow the...
2010 Sep 14
1
ASA John M. Chambers Statistical Software Award - 2011
John M. Chambers Statistical Software Award - 2011 Statistical Computing Section American Statistical Association The Statistical Computing Section of the American Statistical Association announces the competition for the John M. Chambers Statistical Software Award. In 1998 the Association for Computing Machinery present...
2016 Feb 15
0
Statistician, R developer for agriculture statistics
Job Description. We are seeking 2 statisticians and R developers to join the Methodological innovation team of FAO Statistics Division in Rome, Italy. Statistics is a core function of FAO and represents a highly visible area of the Organization's work. FAO is recognized as having a fundamental global role in developing methods and st...
2005 Feb 23
3
bias of a boot statistic
Question: How can I get access to the bias value of a boot statistic? Details: Boot function: boot(data, statistic, R, sim="ordinary", stype="i", strata=rep(1,n), L=NULL, m=0, weights=NULL, ran.gen=function(d, p) d, mle=NULL, ...) When I create an object, containing the bootstrap statistic (object <- boot (....))I ca...
2005 Mar 02
2
wilcox.test statistics
Hi, Could anyone provide the formula of the statistics which the wilcox.test used for the two-sample rank-sum test? I got some statistics of 0 values, but it is impossible to have 0 "rank-sum". Does the function use the Mann-Whitney U test statistics? Thanks. Ting-Yuan Liu
2004 Jul 29
3
extracting the t-statistic: just the numbers, please
Hi, there I am quite sure there is an easy answer to this, but I am unsure how to gather a bunch of t-statistics in an organized format. I am trying to generate a list of t-statistics for a randomization routine. If I try to collect a bunch of t-statistics from a run, this is what happens: > M <- 10 ; simt <- NULL > for(i in 1:M) + { + perm<-sample(site,replace=F) + + permute<...
1998 May 18
0
R-beta: Statistical Science and the Internet
Statistical Science and the Internet A mini-conference to explore the impact of emerging Internet technologies on the field of statistics. July 12-14, 1998 Drew University Madison, New Jersey Organizer: Mark Hansen, Bell Laboratories --------------- Call for Participan...
2011 Nov 17
7
Spatial Statistics using R
I am looking for online courses to learn Spatial Statistics using R. Statistics.com is offering an online course in December on the same topic but that schedule doesn't suit mine. Are there any other similar modes for learning spatial statistics using R??? Can someone please advice??? Thank you. Ravi -- View this message in context: http://r.7896...
2008 Jul 12
0
R-outlet: Journal of Statistical Software
The Journal of Statistical Software was founded by Jan de Leeuw in 1996. Currently, there are 26 volumes with 260 aricles and the journal publishes about 4 new volumes per year. The web address is www.jstatsoft.org. All articles are pdf files, since 2005 all produced from JSS LaTeX templates. JSS is edited by Jan de Le...
2001 Nov 02
1
png and jpeg libs for Solaris
...ch sparc os solaris2.7 system sparc, solaris2.7 status major 1 minor 3.1 year 2001 month 08 day 31 language R I have the png and jpeg libraries in a non-standard location, due to the peculiarities of our system. So I've edited config.site CPPFLAGS="-I/erd/statistic/apps/R/libs-2.7/include" LIBS="-L/erd/statistic/apps/R/libs-2.7/lib" and this was successful for readline and libz support (I put the readline and libz libraries there also) ./configure also reports this: configure:13630: checking for png.h configure:13640: gcc -E -I/erd/stat...
2007 Jun 12
5
R Book Advice Needed
I am new to using R and would appreciate some advice on which books to start with to get up to speed on using R. My Background: 1-C# programmer. 2-Programmed directly using IMSL (Now Visual Numerics). 3- Used in past SPSS and Statistica. I put together a list but would like to pick the "best of" and avoid redundancy. Any suggestions on these books would be helpful (i.e. too much overlap, porly written etc?) Books: 1-Analysis of Integrated and Co-integrated Time Series with R (Use R) - Bernhard Pfaff 2-An Introduct...
2011 May 03
1
Unexp. behavior from boot with multiple statistics
I am attempting to use package boot to summarize and compare the performance of three models. I'm using R 2.13.0 in a Win32 environment. My statistic function returns a vector of 6 values, 3 of which are error rates for different models, and 3 are pairwise differences between those error rates. It looks like: multiEst<-function(dat,i) { .... c(E1,E2,E3,E2-E1,E3-E1,E3-E2); } then I call boot (using R=4 for simplicity of descriptio...
2008 Feb 21
1
bootstrap: definition of original statistic
Hi, In the boot package, the original statistic is simply the statistic function evaluated on the original data (called t0). However, in Harrell et al 1996 "Multivariable prognostic models..." Stats Med vol 15, pp. 361--387, it is different (p. 372): The statistic function evaluated on the original data is called "D_app" (...
2007 Feb 15
4
R book advice
I'm looking for a book for someone completely ignorant of statistics who wishes to learn both statistics and R. I've found three possibilities, one by Verzani ("Using R for Introductory Statistics"), one by Crawley ("Statistics: An Introduction using R"), and one by Dalgaard ("Introductory Statistics with R"). Do these books ha...
2001 Nov 10
0
Summary: Teaching with R a quick survey.
...following categories: Where: (hopefully my geography is not as bad as my teachers claimed??) When: Undergraduate level or post graduate level. I included all the posts that i recieved. Thank you. jeremy ----------------------- Where: Austria Vienna University of Technology, Department of Statistics Vienna University of Economics and Business Administration: Vienna University of Technology Austalia: University of Technology, Sydney Brazil: Universidade Federal de Pernambuco, Recife/PE France: University of Lyon The Netherlands: University of Nijmegen, Dept. of Chemometrics, ED Nijmegen...