November 2014

Central and Non-Central Distributions

November 3, 2014 | Dave Giles

Let's imagine that you're teaching an econometrics class that features hypothesis testing. It may be an elementary introduction to the topic itself; or it may be a more detailed discussion of a particular testing problem. We're not talking here about a course on Bayesian econometrics, so in all likelihood you'll ... [Read more...]

Running R in the Azure ML cloud

November 3, 2014 | David Smith

The key to making data science successful is making sure you can deploy the machine learning code that data scientists create into applications that rely on the results of the analysis. Microsoft has tackled this problem with Azure ML: machine learning in the cloud. This short video neatly summarizes the ... [Read more...]

R: What to do when help doesn’t arrive

November 3, 2014 | Murtaza Haider

R is great when it works. Not so much, when it doesn’t. Specifically, this becomes a concern when the packages are not fully illustrated in the accompanied help documentation, and the author/s of the package don’t respond (in time).I am not suggesting that the package authors ... [Read more...]

Shapefiles from Isodensity Curves

November 3, 2014 | arthur charpentier

Recently, with @3wen, we wanted to play with isodensity curves. The problem is that it is difficult to get – numerically – the equation of the contour (even if we can easily plot it). Consider the following surface (just for fun, in order to illustrate the idea) __ f=function(x,y) x*... [Read more...]

R 3.1.2 release (and upgrading for Windows users)

November 3, 2014 | Tal Galili

R 3.1.2 (codename “Pumpkin Helmet“) was released last week. You can get the latest binaries version from here. (or the .tar.gz source code from here). The full list of new features and bug fixes is provided below. Upgrading to R 3.1.2 on Windows If you are using Windows you can easily ...
[Read more...]

Yearly Topic Trend in PubMed

November 3, 2014 | R on Guangchuang Yu

I found an R script in R-blogger that can be used to track PubMed trend. The script needs Perl package TGen-EUtils to perform query and it is not available now. It's not difficult to query Pubmed record in R. We can use RCurl package to fetch and use XML package ...
[Read more...]

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...]
1 9 10 11

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)