June 2015

Nested vs. Non-nested (crossed) Random Effects in R

June 13, 2015 | BioStatMatt

The R script below illustrates the nested versus non-nested (crossed) random effects functionality in the R packates lme4 and nlme. Note that crossed random effects are difficult to specify in the nlme framework. Thus, I've included a back-of-the-envelope (literally a scanned image of my scribble) interpretation of the 'trick' to ... [Read more...]

SparkR: Distributed data frames with Spark and R

June 12, 2015 | David Smith

R is now integrated with Apache Spark, the open-source cluster computing framework. The Databricks blog announced this week that yesterday's release of Spark 1.4 would include SparkR, "an R package that allows data scientists to analyze large datasets and interactively run jobs on them from the R shell". The SparkR 1.4 announcement ... [Read more...]

ggtree with funny fonts

June 12, 2015 | R on Guangchuang Yu

showtext is a neat solution to use various types of fonts in R graphs and make it easy to use funny fonts. With showtext, we can draw phylogenetic tree with different types of fonts even with symbolic/icon fonts. Read More: 638 Words Totally
[Read more...]

Wanted: A Perfect Scatterplot (with Marginals)

June 11, 2015 | Nina Zumel

We saw this scatterplot with marginal densities the other day, in a blog post by Thomas Wiecki: The graph was produced in Python, using the seaborn package. Seaborn calls it a “jointplot;” it’s called a “scatterhist” in Matlab, apparently. The seaborn version also shows the strength of the linear ... [Read more...]

Flow and Dynamics in NBA games – Part II

June 11, 2015 | StatOfMind

In part I of this post series on NBA game dynamics, I explored the average score differential that teams faced over the course of games. Interestingly, this proved to not be a very reliable proxy for overall performance and number of wins accrued over an entire season. To continue, I ... [Read more...]

R man (chester) in the North…

June 11, 2015 | Mango Solutions

By Andrew Vodden, Account Manager   The Manchester R user group met last Tuesday in a temporary venue next to the Manchester Art Gallery in the city centre. We had a full house and were delighted to welcome representatives from … Continue reading → [Read more...]

R User Groups are Everywhere

June 11, 2015 | Joseph Rickert

by Joseph Rickert In a little over three weeks useR! 2015 will convene in Aalborg, Denmark and I am looking forward to being there and learning and talking about R user groups. The following map shows the big picture for R User Groups around the world. However, it is very difficult ...
[Read more...]

New Package: choroplethrCaCensusTract

June 11, 2015 | Ari Lamstein

Today I am happy to announce that my newest R package, choroplethrCaCensusTract, is now available on github. The package’s title is a combination of three words: choroplethr: the package has similar functions and data objects as my package choroplethr. The name choroplethr itself is a combination of the words ...
[Read more...]

p-hacking, or cheating on a p-value

June 11, 2015 | arthur charpentier

Yesterday evening, I discovered some interesting slides on False-Positives, p-Hacking, Statistical Power, and Evidential Value, via @UCBITSS ‘s post on Twitter. More precisely, there was this slide on how cheating (because that’s basically what it is) to get a ‘good’ model (by targeting the p-value) As mentioned by @david_...
[Read more...]

15 Easy Solutions To Your Data Frame Problems In R

June 11, 2015 | DataCamp

R’s data frames regularly create somewhat of a furor on public forums like Stack Overflow and Reddit. Starting R users often experience problems with the data frame in R and it doesn’t always seem to be straightforward. But does it really need to be so? Well, not necessarily. ... [Read more...]

Spotting Potential Battles in F1 Races

June 10, 2015 | Tony Hirst

Over the last couple of races, I’ve started trying to review a variety of battlemaps for various drivers in each race. Prompted by an email request for more info around the battlemaps, I generated a new sketch charting the on track gaps between each driver and the lap leader ...
[Read more...]

In case you missed it: May 2015 roundup

June 10, 2015 | Blog Administrator

In case you missed them, here are some articles from May of particular interest to R users. RStudio 0.99 released with improved autocomplete and data viewer features. A tutorial on the new Naive Bayes classifier in the RevoScaleR package. R is the most popular Predictive Analytics / Data Mining / Data Science software ... [Read more...]

Identifying the OS from R

June 10, 2015 | Will

Sometimes a bit of R code needs to know what operating system it’s running on. Here’s a short account of where you can find this information and a little function to wrap the answer up neatly. Operating systems are a platform issue, so let’s start with the ... [Read more...]
1 5 6 7 8 9 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)