similar to: useR! 2006: submission & registration started!

Displaying 20 results from an estimated 300 matches similar to: "useR! 2006: submission & registration started!"

2012 Mar 23
0
call for CSDA special issue
Dear useRs, it may be of interest to some of you that Computational Statistics & Data Analysis (CSDA) is having a special issue on statistical algorithms that are accompanied by corresponding R packages. For details see the call below. Best regards, Z --------------------------------------------------------------------- CSDA Special Issue on STATISTICAL ALGORITHMS AND SOFTWARE IN R
2001 Jun 14
2
haerdle package
Hi, Can anyone tell me what's wrong with the function below (I'm new to R) generator <- function(n, seed) { .Random.seed <<- seed data.1 <- rnorm(n)-1 data.2 <- rnorm(n)+2 data.3 <- runif(n) <= 0.6 data <- data.1*data.3 + data.2*(1-data.3) data } seed <- c(61,40,6,40,55,2,44,30,20,56,41,1) dat.mixed <- sort(generator(100,seed)) Error
2000 Nov 28
2
Haerdle Library
Has anyone had success in installing and using the Haerdle library of functions available for S-Plus? Is it as straightforward as copying the files into the library directory for R? Thanks in advance. I'm using R on Windows. Samir. _______________________________________________________ Tired of slow Internet? Get @Home Broadband Internet http://www.home.com/xinbox/signup.html
2011 Apr 29
1
Specify custom par(mfrow()) layout for defined plot()
Dear R Users, I am doing stats::decompose() on 4 different time series. When I issue csdA <- decompose(tsA) plot(csdA) I get a summary plot for observed, trend, seasonal and random components of decomposed time series tsA. As I understand it, the object returned by decompose() has it's own plot method where mfrow(4,1) etc. is defined. Now suppose I wanted to wrap those mfrow(4,1) into
2006 Dec 21
0
Online course - Modeling in R
Drs. Brian Everitt and Torsten Hothorn will present their online course "Modeling in R" at statistics.com Jan. 19 - Feb. 16. Participants can ask questions and exchange comments with Drs. Everitt and Hothorn via a private discussion board throughout the period. In this course you learn how to use R to build statistical models and use them to analyze data. Multiple regression is
2005 Jun 21
0
Job Openings at WU Wien
The Department of Statistics and Mathematics at the Vienna University of Economics and Business Administration invites applications for two new faculty positions in computational statistics and quantitative research methodology, to begin in fall 2005. The positions will be at the Assistant level. Candidates should have a strong potential for statistical computing or intramural research support
2009 Mar 02
1
comment on this book "A Handbook of Statistical Analyses Using R by Brian S. Everitt (Author), Torsten Hothorn (Author)"
Is this book a good reference to learn R for statistical analysis ? A Handbook of Statistical Analyses Using R by Brian S. Everitt<http://www.amazon.com/exec/obidos/search-handle-url/ref=ntt_athr_dp_sr_1?%5Fencoding=UTF8&search-type=ss&index=books&field-author=Brian%20S.%20Everitt>(Author), Torsten
2003 Apr 14
1
Analyzing Medical Data Using S-PLUS by Everitt and Rabe-Hasketh
Dear All, I have just read a glowing review (in the Int. Journal of Epidemiology) of "Analyzing Medical Data Using S-PLUS" by Everitt and Rabe-Hesketh and it sounds like the sort of thing I would like to get my hands on. Is anyone on this list familiar with this book, and in particular have a feel for how useful it will be with R? According to the review the emphasis is on the command
2009 Nov 03
2
Camping on Wikipedia
Hi all I found the Camping page on Wikipedia in need of some serious TLC, so I updated it, added some newer links and removed the ''stub'' status: http://en.wikipedia.org/wiki/Camping_%28microframework%29 I also pointed people to the Github repo for version 1.9. Please take a look and either make suggestions for further material for me to add (not too much...
1999 Nov 23
3
problems with postscript device
Hi! The postscript device in 0.90 does not produce symbols (pch=) as it should. E.g.: postscript(file="test.ps",width=8,height=6.4,horizontal=FALSE) plot(1:10,1:10,pch=1:5) legend(1,9,letters[1:5],pch=1:5) dev.off() The result looks quite different compared to the X-windows version. The symbol 1 (pch=1) is much to small, while the other symbols seem to big. Is it a bug? How can I
2002 May 24
1
small problem: password expiration
hi ! sorry for posting this question, i think it is an easy one, but i cannot get the answer myself. i am using samba-2.2.3a + ldap running on a debian system with w2k-clients. now the problem is: everytime i log into my w2k-client, i get something like "your password expires today! would you like to change it ??" well, i do not really want to change my password everytime i log in,
2000 Jun 15
2
dataframes and factors
Dear R-List, I have a dataframe X containing factor f and numeric variable x1, x2, ... I want to create a new dataframe (or possibly a matrix) that gives statistics (e.g. sum) for the variables x1, x2, ... in each group defined by factor f. What is the simplest way to do this? I tried: attach(X) Z <- data.frame(f=levels(f),x1=as.vector(lapply(split(x1,f),sum))) and stumbled on: Error
2008 Jan 20
2
Newbie question on subsets
Hi... I'm working through the book, A Handbook of Statistical Analyses using R by Everitt, and I'm trying to do the following (p. 19 of his book): boxplot(log(marketvalue)~country, data = subset(Forbes2000, country %in% c("United Kingdom","Germany","India","Turkey")), ylab="log(marketvalue",
2007 Feb 23
3
mixture of 2 normals - starting values
Hi, I have a problem of estimating a mixture of two normal distributions. I need to find the starting points automatically, since this is a part of a larger piece of image processing code. I found the mix2normal1 function in VGAM package that mentions a method of finding starting values for mu1 and mu2 but refers the reader to a book by Everitt and Hand. Unfortunately, I do not have an easy
2001 Apr 01
4
Is this a bug with a simple arithmetic operation with a vector object?
Hello- While I was reading a tutorial book for R (actually, for S-Plus:Brian S. Everitt. A Handbook of Statistical Analysis using S-PLUS. Chapman & Hall, London, 1994) I tried to execute this simple exercise: > x <- -c(1,2,3,4,5,6) > X <- -c(10,11,12,100,-5,-6) >x+X [1] -11, -13, -15, -104, 0, 0 As you can see, the added vectors resulted in
2004 Dec 14
0
Slashdot thread references R/Quantian and another new R/S-PLUS book pending
Greetings all, Just a quick heads up that there is a Slashdot thread this morning on Open Source Math Software for Education, which includes references to R and Dirk's Quantian distribution (among others). The thread is at: http://ask.slashdot.org/askslashdot/04/12/13/2355258.shtml?tid=185&tid=4 The OP's query was targeted for high school to first year college age students, but as
2007 Mar 06
1
Quick question on Cochran-Mantel-Haenszel test
Dear List, I am looking for what B.S.Everitt refers to as Cochrane Method for testing independence in combined 2x2 contingency tables. Is it the same method as the Cochran-Mantel-Haenszel Chi-Squared Test for Count Data in R? Thanks, Serguei [[alternative HTML version deleted]]
2010 Oct 01
3
How many R packages are not free?
Hello Everyone,   Just finished reading A Handbook of Statistical Analyses using R by Everitt and Hothorn. I'll begin by saying that I quite liked the book. It's both little and mighty in the sense that it's very compact but contains a tremendous amount of useful material.   The last chapter of the book deals with cluster analysis.  There's a package used in this chapter (I believe
2008 Jun 26
2
stuck on making a line graph across time, with 4 categories
I can't seem to find just what I'm looking for in R help, Everitt and Hothorn HSAUR, Murrell's book, or the R graphics gallery at http://addictedtor.free.fr/graphiques/. Probably not looking efficiently, but anyway, If my data look like this: > head(data) cat startyear studentid 1 other 2001 12 2 UHS 2001 17 3 Lourdes 2001 10 4
2010 Sep 06
0
ERCIM'10: Submission of abstracts
Dear useRs, the deadline for submission of abstracts is approaching for ERCIM'10. Please upload your abstract until 2010-09-08 if you would like to give a presentation at our track on "Statistical Algorithms and Software" at the 3rd International Conference of the ERCIM WG on COMPUTING & STATISTICS (ERCIM'10) 10-12 December 2010, Senate House, University of London, UK