November 2013

Le Monde puzzle [#840]

November 22, 2013 | xi'an

Another number theory Le Monde mathematical puzzles: Find 2≤n≤50 such that the sequence {1,…,n} can be permuted into a sequence such that the sum of two consecutive terms is a prime number.  Now this is a problem with an R code solution: which returns the solution as and so it ...
[Read more...]

The rise of R as the language of analytics

November 22, 2013 | David Smith

It's no coincidence that while the usage of the R language is skyrocketing (as shown in the recent Rexer Analytics and KDNuggets polls), the growth in data scientist jobs is also skyrocketing. R is the lingua franca of data science, and as the pervasive statistical software in the academic sector, ... [Read more...]

Visualizing Dive Science (using R)

November 22, 2013 | Nathan Lemoine

My friends and co-workers got lucky enough to spend about two weeks living in the Aquarius habitat, NOAA’s undersea research lab in the Florida Keys. I, unfortunately, am stuck on dry land (or on a boat above the habitat, watching … Continue reading → [Read more...]

Results of an Informal Survey of R users

November 22, 2013 | Francis Smart

# This post does some basic correlation analysis between responses# to the survey I recently released through R Shiny at:http://www.econometricsbysimulation.com/2013/11/Shiny-Survey-Tool.html # I have saved the data from the survey after completin... [Read more...]

Comparison Among Groups with Francis Parameterization

November 21, 2013 | dogle

In my last post, I suggested that the Francis parameterization of the von Bertalanffy growth model may be used in cases where the typical parameterization did not converge (likely due to issues related to highly correlated parameters and data with … Continue reading → [Read more...]

R and Bayesian Statistics

November 21, 2013 | Joseph Rickert

by Joseph Rickert Drew Linzer, the Bayesian statistician who attracted considerable attention last year with his spot-on, R-based forecast of the 2012 presidential election, recently gave a tutorial on Bayesian statistics to the Bay Area useR Group (BARUG). Drew covered quite a bit of ground running R code that showed how ... [Read more...]

rgbif changes in v0.4

November 21, 2013 | rOpenSci Blog - R

The Global Biodiversity Information Facility (GBIF) is a warehouse of species occurrence data - collecting data from a lot of different sources. Our package rgbif allows you to interact with GBIF from R. We interact with GBIF via their Application Programming Interface, or API. Our last version on CRAN (v0.3) ... [Read more...]

Simudidactic

November 21, 2013 | Corey Chivers

[This article was first published on bayesianbiologist » Rstats, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to [Read more...]

Thirteen lines of code

November 21, 2013 | Enrico Tonini

Thanks to R-bloggers, I discovered that googleVis 0.4.7 with RStudio integration is available on CRAN. This is great news, but wasn't this that catched my eye. At the end of the post a beautiful map shows a terrible event of … Continue reading → [Read more...]

R-Fiddle: An online playground for R code

November 20, 2013 | datamindjo

www.R-fiddle.org is an early stage beta that provides you with a free and powerful environment to write, run and share R-code right inside your browser. It even offers the option to include packages. Since a couple of days it’s gaining more and more traction, and was mentioned ... [Read more...]

Plugging hierarchical data from R into d3

November 20, 2013 | Rolf Fredheim

Here I show how to convert tabulated data into a json format that can be used in d3 graphics. The motivation for this was an attempt at getting an overview of topic models (link). Illustrations like the one to the right are very attractive; my motivati... [Read more...]

Dynasty Meets the Central Limit Theorem

November 20, 2013 | Kelly Littlepage

There’s a classic probability problem/brainteaser popularized by google that states: In a country in which people only want boys, every family continues to have children until they have a boy. If they have a girl, they have another child. If they have a boy, they stop. What is ... [Read more...]

Predicting optimal of iterations and completion time for GBM

November 20, 2013 | heuristicandrew

When choosing the hyperparameters for Generalized Boosted Regression Models, two important choices are shrinkage and the number of trees. Generally a smaller shrinkage with more trees produces a better model, but the modeling time significantly increases. Building a model with too many trees that are heavily cut back by cross ... [Read more...]
1 2 3 4 5 6 12

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)