December 2016

rWind R package released!

December 4, 2016 | Javi Fernández-López

Hi there!  Let me introduce you rWind, an R package with several tools for downloading, editing and converting wind data from Global Forecast System (https://www.ncdc.noaa.gov/data-access/model-data/model-datasets/global-forcast-system-gfs) in other formats as raster for GIS! Wind data is a powerful source of information that could ...
[Read more...]

Probability distributions in R

December 4, 2016 | Francisco Lima

Some of the most fundamental functions in R, in my opinion, are those that deal with probability distributions. Whenever you compute a P-value you rely on a probability distribution, and there are many types out there. In this exercise I will cover four: Bernoulli, Binomial, Poisson, and Normal distributions. Let ...
[Read more...]

Building a pokemon graph database

December 3, 2016 | --Jean Arreola--

What happens when you combine Pokemon with Neo4j? I’m a huge Pokemon fan. So, when I found about this awesome post from Joshua Kunst, I just couldn’t wait to throw all that data into Neo4j. It also happens to be a great way to learn how ... [Read more...]

Parametric variable names and dplyr

December 3, 2016 | John Mount

When writing reusable code or packages you often do not know the names of the columns or variables you need to work over. This is what I call “parametric treatment of variables.” This can be a problem when using R libraries that assume you know the variable names. The R ...
[Read more...]

Highlighting R code for the web

December 3, 2016 | Andrés Gutiérrez

When blogging about statistics and R, it is very useful to differentiate the body text to R code. I used to manage this issue by highlighting the code and pretty-R was a valuable instrument from Revolutions Analytics to accomplish this. However, as you... [Read more...]

How important is that variable?

December 3, 2016 | Andrés Gutiérrez

When modeling any phenomena by including explanatory variables that highly relates the variable of interest, one question arises: which of the auxiliary variables have a higher influence on the response? I am not writing about significance testing or s... [Read more...]

R Course Finder December update!

December 3, 2016 | Onno Dijt

A few months ago we launched R course finder, an online directory that helps you to find the right R course quickly. With so many R courses available online, we thought it was a good idea to offer a tool that helps people to compare these courses, before they decide ... [Read more...]

Survey on Data Science In Two Year Colleges

December 3, 2016 | hrbrmstr

The ASA (American Statistical Association) has been working in collaboration with the ACM (Association for Computing Machinery) on developing a data science curriculum for Two Year Colleges. Part of this development is the need to understand the private-sector demand for two-year college data science graduates and the prevalence of the ... [Read more...]

k-fold cross validation with modelr and broom

December 3, 2016 | Simon Jackson

@drsimonj here to discuss how to conduct k-fold cross validation, with an emphasis on evaluating models supported by David Robinson’s broom package. Full credit also goes to David, as this is a slightly more detailed version of his past post, which I read some time ago and felt like ...
[Read more...]

Non-linear dynamics and chaos using R (1)

December 3, 2016 | Paolo Pellizzari

I have been teaching the course "Mathematics" for the PhD students at Ca' Foscari University for a few years. In the lectures I cover some "scattered" material that may prove useful, sooner or later, to develop quantitative models in Economics. One of the weeks of the course is devoted to ...
[Read more...]

Be careful evaluating model predictions

December 2, 2016 | John Mount

One thing I teach is: when evaluating the performance of regression models you should not use correlation as your score. This is because correlation tells you if a re-scaling of your result is useful, but you want to know if the result in your hand is in fact useful. For ...
[Read more...]

Stylometry: Identifying authors of texts using R

December 2, 2016 | David Smith

Few people expect politicians to write every word they utter themselves; reliance on speechwriters and spokepersons is a long-established political practice. Still, it's interesting to know which statements are truly the politician's own words, and which are driven primarily by advisors or influencers. Recently, David Robinson established a way of ... [Read more...]

Understanding SQL and R Training Video

December 2, 2016 | C

Just had a video series released by O'Reilly Media on infiniteskills.com:https://www.infiniteskills.com/training/understanding-sql-and-r.htmlThis course shows you how to combine two of the most popular technologies used in data analytics: SQL and R.  Complete this course and you'll learn the basics of a skill set ...
[Read more...]

Comparing a MySQL Query with a Data Table in R

December 2, 2016 | Douglas E Rice

  Data tables are becoming an increasingly popular way of working with data sets in R. The syntax can become rather complex, but the framework is much faster and more flexible than other methods. The basic structure of a data table, though, if fairly intuitive–as it corresponds quite nicely with ...
[Read more...]

Writing Good R Code and Writing Well

December 2, 2016 | Joseph Rickert

by Joseph Rickert If you are aspiring to write good R code, you may find it helpful to occasionally spend some time reading about writing: reading about writing R code, and reading about writing about R code that you’ve written. (If you write some excellent R code, you will ... [Read more...]
1 14 15 16 17 18

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)