May 2010

R 2.11.1 scheduled for May 31

May 21, 2010 | David Smith

As announced by the R Core Team, the next update to R will be 2.11.1 to be released on May 31. Despite being a minor-minor version increment, this release is expected to sport at least one new feature: BIC (in package stats4) will work with multiple fitted models, like AIC does. There ... [Read more...]

Random sudokus [p-values]

May 21, 2010 | xi'an

I reran the program checking the distribution of the digits over 9 “diagonals” (obtained by acceptable permutations of rows and column) and this test again results in mostly small p-values. Over a million iterations, and the nine (dependent) diagonals, four p-values were below 0.01, three were below 0.1, and two were above (0.21 and 0.42). [...]
[Read more...]

highlight 0.1-8

May 21, 2010 | romain francois

I've pushed version 0.1-8 of highlight to CRAN. highlight is a syntax highlighter for R that renders R source code into some markup language, the package ships html and latex renderers but is flexible enough to handle other formats. Syntax highligh... [Read more...]

ACM Transactions on Modeling and Computer Simulation

May 20, 2010 | xi'an

Pierre Lecuyer is the new editor of the ACM Transactions on Modeling and Computer Simulation (TOMACS) and he has asked me to become an Area Editor for the new area of simulation in Statistics. I am quite excited by this new Æditor’s hat, since this is a cross-disciplinary journal: ... [Read more...]

R: A random walk though OOP land.

May 20, 2010 | Matt Asher

If you are used to object oriented programing in a different language, the way R does things can seem a little strange and backwards. “proto” to the rescue. With this library you can simulate “normal” OOP. I found the examples for proto not so helpful, so to figure out how ... [Read more...]

Load Testing Think Time Distributions

May 20, 2010 | Neil Gunther

One of my gripes about some commercial load testing tools is that they only provide a think time distribution (Z) that is equivalent to uniform variates in the client-script. If you want some other distribution, you have to code it and debug it yoursel...
[Read more...]

Calling all T-shirt designers

May 20, 2010 | David Smith

Got design skills as well as R skills? The organizers of the useR! 2010 conference are looking for a design to be used on the conference T-shirts. Mango Solutions (who are sponsoring the T-shirt) will select the winner, but personally I'd give extra points for designs that use R itself -- ... [Read more...]

RcppArmadillo 0.2.0 (and 0.2.1)

May 20, 2010 | Thinking inside the box

With the Rcpp 0.8.0 release on Monday, Romain, Doug and I were able to follow-up with a new RcppArmadillo release. RcppArmadillo uses Rcpp (and a few dozen lines of 'glue') to provide a transparent interface from R to Conrad Sanderson's impressive Arm... [Read more...]

Prediction in the cloud: turbulent

May 19, 2010 | David Smith

While Microsoft rolled out its Technical Computing Initiative -- promising new tools for distributed parallel computing on large data sets in the cloud -- with much fanfare earlier this week, Google made a rather more understated response. In a post to the developer-focused Google Code Blog, they quietly announced two ... [Read more...]

useR-2010 is looking for a T-shirt design

May 19, 2010 | Tal Galili

Katharine Mullen has just published on the R mailing list a call for designeRs who might be willing to design a T-shirt aRt design for the shirt that will be given in useR 2010. I consider such contests as one of those good-for-the-community things, and hope regular useRs, R bloggers, and ...
[Read more...]

Random [uniform?] sudokus [corrected]

May 19, 2010 | xi'an

As the discrepancy [from 1] in the sum of the nine probabilities seemed too blatant to be attributed to numerical error given the problem scale, I went and checked my R code for the probabilities and found a choose(9,3) instead of a choose(6,3) in the last line… The fit between the ...
[Read more...]

RcppArmadillo 0.2.1

May 19, 2010 | romain francois

Armadillo Armadillo is a C++ linear algebra library aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matr... [Read more...]

Random [uniform?] sudokus

May 19, 2010 | xi'an

A longer run of the R code of yesterday with a million sudokus produced the following qqplot. It does look ok but no perfect. Actually, it looks very much like the graph of yesterday, although based on a 100-fold increase in the number of simulations. Now, if I test the ...
[Read more...]

LSPM Joint Probability Tables

May 18, 2010 | Joshua Ulrich

I've received several requests for methods to create joint probability tables for use in LSPM's portfolio optimization functions.  Rather than continue to email this example to individuals who ask, I post it here in hopes they find it via a Google...
[Read more...]
1 2 3 4 5 6 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)