2008

Quantile Regression

July 29, 2008 | Quantitative Finance Collector

Quantile regression is a statistical technique intended to estimate, and conduct inference about, conditional quantile functions. Just as classical linear regression methods based on minimizing sums of squared residuals enable one to estimate models f... [Read more...]

Get your R on

July 14, 2008 | dan

useR! CONFERENCE, AUGUST 12-14 2008, DORTMUND GERMANY Impressive statistical computing types like Andrew Gelman, Gary King, and others will be presenting at this year’s useR! conference. Decision Science News might just have to hop over and check it out. The program looks great. Those interested in learning R might be ... [Read more...]

Hack-at-it 2008

June 27, 2008 | Di Cook

The 2008 Hack-at-it was held June 22-23, just before Data Vis VI, in Bremen Germany.The main topics for the meeting were: Release of 2.1.7 Continued design of GGobi 3 [Read more...]

maps of Poland in R

June 23, 2008 | Michal

Bogdan Taranta (website in Polish) is developing a set of functions for drawing administrative maps of Poland. I wrote similar functionality for myself already some time ago, but only for voivodships, i.e. top-level administrative units, and also in a rather low resolution. Bogdan’s contribution seems to contain all ... [Read more...]

Smart programming saves computing times

June 21, 2008 | Yu-Sung Su

Recently, I tried to learn C language so that I can write a C addon for some R rountines to redress the speed issue in R. In my last post here, I have documented how a simple trick can speed up R. Nonetheless, I had an example which shows that ... [Read more...]

Speed up R! Make R Run Faster!

June 16, 2008 | Yu-Sung Su

This is another example of why defaults matter a lot. I got an email of Evan Cooch forward by Matt, saying that there exists a trick to speed up R matrix caculation. He found that if we replace the default Rblas.dll in R with the proper one. It can ... [Read more...]

Unmessing my pdfs.

June 1, 2008 | [email protected]

If you google on ‘papers’, the first hit you’ll get is http://mekentosj.com/papers/: linking to mekentosj’ Papers program. The fact that it is the first hit on google shows that it is a popular program -- or at least that a lot ... [Read more...]

The disappearing mouse pointer…

May 31, 2008 | [email protected]

While designing an fMRI experiment, I ran into the problem that the mouse pointer disappears as soon as you start typing on a mac. In itself it is actually a handy feature -- hiding the mouse pointer makes sense as long as you’re typing -- but no... [Read more...]

S3 vs S4, efficiency issues

May 23, 2008 | Michal

While developing some new simulation code with S4 system I stumbled upon some big difficulties in terms of computational efficiency. That lead me to diging into archives of Rhelp and Rdevel looking for clues. I found some interesting threads that address almost exactly the same problems that I do. Read ... [Read more...]

R2jags: A Package for Running jags from R

May 21, 2008 | Yu-Sung Su

I have wrote about my experience with jags here. Martyn Plummer has updated jags recently and now jags can get as he claimed. Jags is fast and its source code is more manipulable (It's written in C++).I and Masanao wrote a package, R2jags, for runnin... [Read more...]

JAGS 1.0.2 is released

May 9, 2008 | Martyn

JAGS 1.0.2 is now out. This is a patched release for the stable version, so there are no major changes in library functionality.   The major changes are: Memory leaks fixed. The rjags package now runs on Windows. A binary version … Continue reading → [Read more...]

Error capture

May 6, 2008 | Forester

In a recent post to r-sig-ecology, Mike Colvin suggested the following to capture errors within a loop:for (i in 1:1000){fit [Read more...]
1 2 3 4 5 6

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)