September 2015

Win a FREE Ticket to EARL Boston

September 29, 2015 | Angela Roberts

  Competition Time! Mango Solutions are pleased to offer you an opportunity to win a FREE two day Conference Pass  to the EARL (Effective Application of the R Language) Conference in Boston on 3-4 November. Conference Reception at Boston Science Museum on Tuesday … Continue reading → [Read more...]

Geomorph update 2.1.7 Now Available!

September 28, 2015 | Emma Sherratt

Geomorph users,We have uploaded version 2.1.7 of geomorph to CRAN. The windows binaries have been compiled and the tarball is available. However, subsequent to this, we found that under certain input scenarios, some of the changes we made to underlying support code had undesirable outcomes. We have corrected these issues ... [Read more...]

Le Monde puzzle [#929]

September 28, 2015 | xi'an

A combinatorics Le Monde mathematical puzzle: In the set {1,…,12}, numbers adjacent to i are called friends of i. How many distinct subsets of size 5 can be chosen under the constraint that each number in the subset has at least a friend with him? In a brute force approach, I tried ...
[Read more...]

Shiny CRUD App

September 27, 2015 | gluc

In this post, we write a shiny app that lets you display and modify data that is stored in a database table. Shiny and Databases Everybody loves Shiny, and rightly so. It lets you publish reproducible research, brings R applications to non-R users, and can even serve as a general ... [Read more...]

A Data Cleaning Example

September 27, 2015 | steadyfish

For this particular example, the variables of interest are stored as key:value pairs and a single data cell could contain multiple (unknown) number of key:value pairs. Basically, we want to convert input dataset on LHS to the output dataset on the RHS as illustrated in the graphic below ...
[Read more...]

A Data Cleaning Example

September 27, 2015 | steadyfish

For this particular example,the variables of interest are stored as key:value pairs anda single data cell could contain multiple (unknown) number of key:value pairs.The objective is to separate these key-value pairs and store the values in co... [Read more...]

Eroding Commitment

September 27, 2015 | screenshotguy

There’s an old saying that goes: “If you dream and want something hard enough, but have no commitment….then you’re probably full of shit”. After having finished the Getting and Cleaning Data course on Coursera, I haven’t typed a single line of R … Continue reading → [Read more...]

Computational Time of Predictive Models

September 25, 2015 | arthur charpentier

Tuesday, at the end of my 5-hour crash course on machine learning for actuaries, Pierre asked me an interesting question about computational time of different techniques. I’ve been presenting the philosophy of various algorithm, but I forgot to mention computational time. I wanted to try several classification algorithms on ...
[Read more...]

Notes on Multivariate Gaussian Quadrature (with R Code)

September 25, 2015 | BioStatMatt

Statisticians often need to integrate some function with respect to the multivariate normal (Gaussian) distribution, for example, to compute the standard error of a statistic, or the likelihood function in of a mixed effects model. In many (most?) useful cases, these integrals are intractable, and must be approximated using computational ... [Read more...]

Session info from R/Travis

September 25, 2015 | Karl Broman

For the problem I reported yesterday, in which my R package was working fine locally but failing on Travis, the key solution is to run update.packages(ask=FALSE) locally, and maybe even update.packages(ask=FALSE, type="source") to be sure to grab the source of packages for which ... [Read more...]

Reproducibility in computational research

September 25, 2015 | R on Rob J Hyndman

Jane Frazier spoke at our research team meeting today on “Reproducibility in computational research”. We had a very stimulating and lively discussion about the issues involved. One interesting idea was that reproducibility is on a scale, and we can all aim to move further along the scale towards making our ... [Read more...]
1 2 3 4 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)