June 2010

RcppArmadillo 0.2.3

June 15, 2010 | Thinking inside the box

The minor bug-fix release 0.2.3 of RcppArmadillo went to CRAN this morning. It adds a tiny bit of configuration to permit Sun Studio / suncc to successfully build the package. There is no code change, and no configuration change for the other platfo... [Read more...]

New R User Group in Kassel, Germany

June 15, 2010 | David Smith

There's yet another local R user group launching this week, this time in Kassell, in central Germany. Their first meeting is on June 24. If my rusty German is holding up, looks like there will be some good discussion on editors and GUIs, how to find packages and functions, and R ... [Read more...]

R for Matlab Users

June 15, 2010 | Quantitative Finance Collector

My favorite software is Matlab, but partly because R is free, more and more people & companies choose to use R as a major working language. Nothing wrong with that, I am at the moment changing some of my Kalman Filter Matlab codes to R.One bothering issue is each software ... [Read more...]

Faster R through better BLAS

June 15, 2010 | Allan Engelhardt

Can we make our analysis using the R statistical computing and analysis platform run faster? Usually the answer is yes, and the best way is to improve your algorithm and variable selection. But recently David Smith was suggesting that a big benefit of their (commercial) version of R was that ... [Read more...]

Clustergram: visualization and diagnostics for cluster analysis (R code)

June 15, 2010 | Tal Galili

About Clustergrams In 2002, Matthias Schonlau published in “The Stata Journal” an article named “The Clustergram: A graph for visualizing hierarchical and . As explained in the abstract: In hierarchical cluster analysis dendrogram graphs are used to visualize how clusters are formed. I propose an alternative graph named “clustergram” to examine how ... [Read more...]

plagiarism exposed!

June 14, 2010 | xi'an

Last morn, I had the surprise of receiving the following email: This is to inform you that the following abstract has been submitted to the 3rd International Conference of the ERCIM WG on COMPUTING & STATISTICS (ERCIM’10) Ab#: 114 Title: Goodness of Fit Via Mixtures of Beta distributions Keywords: nonparametric estimation, posterior ... [Read more...]

StatEt in Ubuntu 10.04

June 14, 2010 | nmv

I wanted a “lightweight” version of Eclipse to run R from Ubuntu. (I installed eclipse-pde using apt-get. It worked fine.) Once it was running, I installed StatEt via the “Install new software” feature from http://download.walware.de/eclipse-3.5. While it was downloading, I … Continue reading → [Read more...]

New R User Groups in Sydney, South Asia

June 14, 2010 | David Smith

For R users in the Southern Hemisphere on the other side of the Prime Meridian, there are two new entries in the Local R User Group Directory: Sydney and South Asia. The Sydney group wins the prize for the best group acronym ever: SURF. The Sydney Users of R Forum ... [Read more...]

Example 7.41: hazard function plotting

June 14, 2010 | Nick Horton

As we continue with our series on survival analysis, we demonstrate how to plot estimated (smoothed) hazard functions. RWe will utilize the routines available in the muhaz package. Background information on the methods can be found in K.R. Hess, D.M....
[Read more...]

June 20, online Registration deadline for useR! 2010

June 13, 2010 | Tal Galili

useR!2010 is coming. I am going to give two talks there (I will write more of that soon), but in the meantime, please note that the online registration deadline is coming to an end. This was published on the R-help mailing list today: ————- The final registration deadline for the ... [Read more...]

R Commander – data manipulation and summaries

June 13, 2010 | Ralph

Previously we considered the R Commander interface as a simple GUI for the R statistical software system. Here we will look at how to undertake data manipulation and creating basic statistical summaries of data sets. Fast Tube by Casper The R Commander GUI has two menus “Data” and “Statistics” that ... [Read more...]

bug in schoolmath

June 13, 2010 | xi'an

Neil Gunther has pointed out on his blog that the prime number decomposition R package schoolmath contains mistakes in the function primes, listing 1 as a prime number but also including decomposable numbers like 133 in its list of prime numbers: __ primes(100,140) [1] 101 107 111 113 123 129 131 137 __ primes(50,140) [1]  [...] [Read more...]

Primes in R (Part III): Schoolmath is Broken!

June 13, 2010 | Neil Gunther

Here we are in Part III. Wait!? What happened to Parts I and II? Well, I started to write an article about Amdahl's law, parallelism and prime numbers, but found myself buried three levels deep trying to resolve problems with prime numbers in R. My normal inclination is to use ... [Read more...]

A different way to view probability densities

June 12, 2010 | Matt Asher

The standard, textbook way to represent a density function looks like this: Perhaps you have seen this before? (Plot created in R, all source code from this post is included at the end). Not only will you find this plot in statistics books, you’ll also see it in medical ... [Read more...]

Prototype: More Web-Friendly Visualizations in R

June 12, 2010 | Wojciech Gryc

I've spent some more time thinking about how best to put together the package for creating web-friendly, interactive data visualizations in R. I have a pretty substantial JavaScript package that does a lot of basic visualizations now, and it's really exciting to see where this is going. With this in ... [Read more...]
1 3 4 5 6 7 9

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)