2014

Analysing a randomised complete block design with vegan

November 3, 2014 | Gavin L. Simpson

It has been a long time coming. Vegan now has in-built, native ability to use restricted permutation designs when testing effects in constrained ordinations and in range of other methods. This new-found functionality comes courtesy of Jari (mainly) and my efforts to have vegan permutation routines use the permute package. ... [Read more...]

Variability of weather forecasts

November 2, 2014 | smarterpoland

Have you wondered how stable are weather forecasts? Since curiosity + R = fun, let’s do a little test. I’ve used a function getWeatherForecast {SmarterPoland} (github release) to download weather forecasts from the Dark Sky API. Hourly forecasts are downloaded every 10 minutes and stored in this repository based on archivist ... [Read more...]

RcppArmadillo 0.4.500.0

November 2, 2014 | Thinking inside the box

A few days ago, Conrad provided another minor release of Armadillo. Once again, I had created a GitHub-only pre-release of his pre-release which was tested against (then) all ninety (!!) CRAN dependents of our RcppArmadillo package, providing a further test for Conrad's code and uploaded RcppArmadillo 0.4.500.0 to CRAN and Debian once ... [Read more...]

Tuning Laplaces Demon IV

November 2, 2014 | Wingfeet

This is the last post of testing Laplaces Demon algorithms. In the last algorithms there are some which are completely skipped because they are not suitable for the problem. Reversible Jump is for variable selection. Sequential Metropolis-within-Gibbs,... [Read more...]

Query Pandas DataFrame with SQL

November 1, 2014 | statcompute

Similar to SQLDF package providing a seamless interface between SQL statement and R data.frame, PANDASQL allows python users to use SQL querying Pandas DataFrames. Below are some examples showing how to use PANDASQL to do SELECT / AGGREGATE / JOIN operations. More information is also available on the GitHub (https://github.... [Read more...]

Rmongodb 1.8.0

November 1, 2014 | Data Science Notes - R

Today I’m introducing new version of rmongodb (which I started to maintain) – v1.8.0. Install it from github:
<span>library</span><span>(</span>devtools<span>)</span>
install_github<span>(</span><span>"mongosoup/[email protected]"</span><span>)</span>
Release version will be uploaded to CRAN shortly. This release brings a lot of improvements to rmongodb: Now rmongodb correctly handles arrays. mongo.bson.to.list() rewritten from scratch. R’s ... [Read more...]

Leveraging R for Job Openings for Economists

November 1, 2014 | Thiemo Fetzer

Quite a few people emailed me regarding my post on Econ Job Market. This post is about how you can use very basic and simple R tools to help you in sorting through the Job Openings for Economists list from the American Economic Association.This definitely helped me in developing ... [Read more...]

R 3.1.2 released with over 6,000 CRAN packages available

October 31, 2014 | David Smith

The latest update to the world's most popular statistical data analysis software is now available. R 3.1.2 (codename: "Pumpkin Helmet") makes a number of minor improvements and bug fixes to the R language engine. You can see the complete list of changes here, which include improvements for the log-Normal distribution function, ... [Read more...]

Wrangling F1 Data With R – F1DataJunkie Book

October 30, 2014 | Tony Hirst

Earlier this year I started trying to pull together some of my #f1datajunkie R-related ramblings together in a book form. The project stalled, but to try to reboot it I’ve started publishing it as a living book over on Leanpub. Several of the chapters are incomplete – with TO ... [Read more...]

My Commonly Done ggplot2 graphs

October 30, 2014 | strictlystat

In my last post, I discussed how ggplot2 is not always the answer to the question “How should I plot this” and that base graphics were still very useful. Why Do I use ggplot2 then? The overall question still remains: why (do I) use ggplot2? ggplot2 vs lattice For one, ... [Read more...]
1 21 22 23 24 25 145

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)