search for: statistics

Displaying 20 results from an estimated 32864 matches for "statistics".

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 = "vector"
2007 Mar 02
1
Fwd: Re: [friday topic]: what exactly is statistical computing
...stical 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 statistics. I have had students, some sent by other faculty members, in my class on statistical computing thinking they were going to learn how to do statistical analysis using the computer. There was a clash of expectations between what they thought they were taking and what I had in the syllabus. Rich --...
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 practice or research. Typically, awards are granted bi-annually. The prize carries with it a
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 = ".column by site"), .Names =
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 gre...
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 presented its Software System Award to John Chambers for the design and development
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 standards for food and agriculture statistics and as hosting the world's largest s...
2005 Feb 23
3
bias of a boot statistic
...="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 can call it and will get an output with t, bias and standarderror as follows: Bootstrap Statistics : original bias std. error t1* 5.65 0.01 0.9134185 My question is now, where is the value of the bias stored? How can I get access to this value to do further caluculations? Thanks, K. St.
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<-cb...
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 Participants --------------- Over the past few years, the Internet has changed the way we announce our research results, primarily by making it easier fo...
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.789695....
2008 Jul 12
0
R-outlet: Journal of Statistical Software
...les are pdf files, since 2005 all produced from JSS LaTeX templates. JSS is edited by Jan de Leeuw, since 2005 jointly with Achim Zeileis of the Wirtschaftsuniversität Wien. Formally, since 2004, the publisher is the American Statistical Association, but all editorial and IT work is done at UCLA Statistics. JSS is a Ruby on Rails interface to a PostgreSQL database, maintained by Jose Hales Garcia of UCLA Statistics. The journal is hosted on the UCLA Statistics servers. JSS is now the computational statistics journal with the highest Thomson ISI impact factor (13th place out of 91 statistics journals...
2001 Nov 02
1
png and jpeg libs for Solaris
I'm also having trouble installing R 1.3.1 on Solaris and getting png and jpeg support. It looks like perhaps the png and jpeg libraries I installed weren't built with all the support R needs. If that's the case I'd appreciate confirmation. Or perhaps there's something else I can do? (with all the details I've included this message is rather long) Thanks -Don I did
2007 Jun 12
5
R Book Advice Needed
...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 Introduction to R - W. N. Venables 3-Statistics: An Introduction using R - Michael J. Crawley 4-R Graphics (Computer Science and Data Analysis) - Paul Murrell 5-A Handbook of Statistical Analyses Using R - Brian S. Everitt 6-Introductory Statistics with R - Peter Dalgaard 7-Using R for Introductory Statistics - John Verzani 8-Data Analysis and G...
2011 May 03
1
Unexp. behavior from boot with multiple statistics
...s, 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 description) with: multiBoot=boot(data,multiEst,R=4) which gives reasonable results: Bootstrap Statistics : original bias std. error t1* 0.07 0.3775 0.04193249 t2* 0.08 0.3750 0.04654747 t3* 0.04 0.4200 0.05354126 t4* 0.01 -0.0025 0.00500000 t5* -0.03 0.0425 0.01500000 t6* -0.04 0.0450 0.01290994 and the resulting "t0" contains the expected estimates...
2008 Feb 21
1
bootstrap: definition of original statistic
...he bootstrap sample. Then optimism O = average(D_boot - D_orig), and the bias-corrected estimate is D_app - O. Can someone explain this difference, and especially why boot doesn't evaluate the frozen model again on the original data? Thanks, Gad -- Gad Abraham Department of Mathematics and Statistics The University of Melbourne Parkville 3010, Victoria, Australia email: g.abraham at ms.unimelb.edu.au web: http://www.ms.unimelb.edu.au/~gabraham
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 have...
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 SP...