May 2013

Spatial Critter Swarming Simulation

May 10, 2013 | Francis Smart

# I am interested in how small bits of individualized instructions can create collective action.# In this simulation I will give a single instruction to each individual in the swarm.# Choose another individual who is not too close, then accelerate towards that individual.# I also control momentum causing the previous movement ... [Read more...]

A guide to speeding up R code

May 10, 2013 | David Smith

Noam Ross recently shared a very useful guide to speeding up your R code. Get a bigger computer (for example, renting an instance on the Amazon cloud for a few cents an hour) Use parallel programming techniques Using the R byte-compiler Profiling and benchmarking your code Using high-performance packages (like ... [Read more...]

Tutorials on git/github and GNU make

May 10, 2013 | Karl Broman

If you’re not using version control, you should be. Learn git. If you’re not on github, you should be. That’s real open source. To help some colleagues get started with git and github, I wrote a minimal tutorial. There are lots of git and github resources available, ... [Read more...]

Bubble sort implemented in pure R

May 10, 2013 | Paul Hiemstra

Please note that this is programming I purely did for the learning experience. The pure R bubble sort implemented in this post is veeeeery slow for two reasons: Interpreted code with lots of iteration is very slow. Bubble sort is… See more › [Read more...]

Package intergraph goes 2.0

May 9, 2013 | Michał

Yesterday I submitted a new version (marked 2.0-0) of package ‘intergraph’ to CRAN. There are some major changes and bug fixes. Here is a summary: The package supports “igraph” objects created with ‘igraph’ version 0.6-0 and newer (vertex indexing starting from 1, not 0) only! Main functions for converting network data between ... [Read more...]

What’s Next

May 9, 2013 | John Myles White

The last two weeks have been full of changes for me. For those who’ve been asking about what’s next, I thought I’d write up a quick summary of all the news. (1) I successfully defended my thesis this past Monday. Completing a Ph.D. has been a massive ... [Read more...]

How R Grows – not so fast

May 9, 2013 | pssguy

I have had some work on CRAN stats on the back-burner but the recent article How R Grows tempted me to push it up the list In the interim, I have a couple of comments on Joseph Rickert`s article. Although the body of the article refers to packages either ... [Read more...]

R is His Friend

May 9, 2013 | Dave Giles

Marcus Beck has a nice (& relatively new) blog called R is My Friend. You can guess that his posts relate to the use of R.I particularly liked his piece on the use of the XML package in R to mine data from the internet; and his post on using ... [Read more...]

Omni test for statistical significance

May 9, 2013 | steve

In survey research, our datasets nearly always comprise variables with mixed measurement levels – in particular, nominal, ordinal and continuous, or in R-speak, unordered factors, ordered factors and numeric variables. Sometimes it is useful to be able to do blanket tests of one set of variables (possibly of mixed level) against ... [Read more...]

Reading an R file from GitHub

May 9, 2013 | Fellgernon Bit - rstats

Lets say that I want to read in this R file from GitHub into R. The first thing you have to do is locate the raw file. You can do so by clicking on the Raw button in GitHub. In this case it’s https://raw.github.com/lcolladotor/ballgownR-devel/...
[Read more...]

Version 0.9 of timeline on CRAN

May 9, 2013 | Jason Bryer

The initial version of the timeline package has been released to CRAN. This package provides creates timeline plots using ggplot2 in a style similar to Preceden. I would considered this beta quality as there are more features I would like to add but has enough functionality to possibly be useful ... [Read more...]

What’s new in Revolution R Enterprise 6.2 (video)

May 8, 2013 | David Smith

If you missed last week's webinar, product manager Thomas Dinsmore shared details of the new features in Revolution R Enterprise 6.2 in the video below: You can also download slides of the presentation at the link below. Revolution Analytics webinars: What's New in Revolution R Enterprise 6.2 [Read more...]

Computed columns for dataframes

May 8, 2013 | PirateGrunt

Everyone loves to aggregate data. Everyone loves to create new columns based on other columns. Everyone hates to do the same thing twice. In my continuing work on multilevel view of loss reserving, I reached a point where I realized that I needed a robust mechanism to aggregate computed columns. ... [Read more...]

Feature Selection 2 – Genetic Boogaloo

May 8, 2013 | Max Kuhn

Previously, I talked about genetic algorithms (GA) for feature selection and illustrated the algorithm using a modified version of the GA R package and simulated data. The data were simulated with 200 non-informative predictors and 12 linear effects and three non-linear effects. Quadratic discriminant analysis (QDA) was used to model the data. ... [Read more...]
1 8 9 10 11 12 13

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)