December 2015

Index vectors

December 21, 2015 | r-exercises

In the exercises below we cover the basics of index vectors. Before proceeding, first read section 2.7 of An Introduction to R, and the help pages for the sum, and which functions. Answers to the exercises are available here. Exercise 1 If x [Read more...]

R ahp package on github

December 21, 2015 | gluc

AHP lets you analyse complex decision making problems. We have recently released the initial version of the R ahp package on github: gluc/ahp. What is AHP? The Analytic Hierarchy Process is a decision making framework developed by Thomas Saaty. Read this entry on Wikipedia for more information. There is ...
[Read more...]

The Generalized Method of Moments and the gmm package

December 20, 2015 | matloff

An almost-as-famous alternative to the famous Maximum Likelihood Estimation is the Method of Moments. MM has always been a favorite of mine because it often requires fewer distributional assumptions than MLE, and also because MM is much easier to explain than MLE to students and consulting clients. CRAN has a ...
[Read more...]

Making data analysis easier

December 20, 2015 | R on Rob J Hyndman

Di Cook and I are organizing a workshop on “Making data analysis easier” for 18-19 February 2016. We are calling it WOMBAT2016, which an acronym for Workshop Organized by the Monash Business Analytics Team. Appropriately, it will be held at the Melbourne Zoo. Our plan is to make these workshops an ... [Read more...]

Prediction Intervals for Poisson Regression

December 20, 2015 | statcompute

Different from the confidence interval that is to address the uncertainty related to the conditional mean, the prediction interval is to accommodate the additional uncertainty associated with prediction errors. As a result, the prediction interval is always wider than the confidence interval in a regression model. In the context of ... [Read more...]

My First Data Science Hackathon

December 20, 2015 | Anirudh

I participated in https://t.co/alLuY7JjjT Finished 24th/54. It was my first ever #datascience #hackathon. Determined to get better at this. — Padawan Learner (@anirudhjay) December 20, 2015 So after 8 months of playing around with R and Python and blog post after blog post, I found myself finally hacking away at ...
[Read more...]

X13-SEATS-ARIMA as an automated forecasting tool

December 20, 2015 | Peter's stats stuff - R

The M3 forecasting competition The M3 forecasting competition in 2000, organized by Spyros Makridakis and Michele Hibon, tested a variety of methods against 3,003 time series, with forecasts compared to held out test sets. The data are conveniently available for R users in the Mcomp package and Rob Hyndman has published example ... [Read more...]

Craig Venter’s first chromosome

December 19, 2015 | Isomorphismes

is, I think, the one you can find at sacred-texts.org. curl -O 'http://www.sacred-texts.com/dna/hgp011k.htm' #get it #BORING DATA JANITORSHIP tail -n +15 hgp011k.htm __ hgp011k #remove the HTML head stuff .. up to head -n -3 hgp011k | sponge hgp011k #remove the ... [Read more...]

Has there been a ‘pause’ in global warming?

December 19, 2015 | Radford Neal

As I discussed in my previous post, records of global temperatures over the last few decades figure prominently in the debate over the climate effects of CO2 emitted by burning fossil fuels. I am interested in what this data says about which of the reasonable positions in this debate is ...
[Read more...]

RcppTOML 0.0.5

December 19, 2015 | Thinking inside the box

After a short hiatus, a new version of the (wonderfully useful, if I dare say so ;-) RcppTOML package is now on CRAN. RcppTOML lets R read the (absolutely awesome) TOML configuration file format--which is simply fabulous as it emphasizes strong reada... [Read more...]

Marathon Races Shiny App

December 19, 2015 | jlebeau

About a year ago I posted about men's and women's marathon (and longer) distance races from the Arrs.net dataset.  In the meantime, Shiny development and the open source announcement of plot.ly have brought data visualization to the next level.  As an avid (at least former) runner, exploring marathon ... [Read more...]

Marathon Races Shiny App

December 19, 2015 | jlebeau

About a year ago I posted about men's and women's marathon (and longer) distance races from the Arrs.net dataset.  In the meantime, Shiny development and the open source announcement of plot.ly have brought data visualization to the next level.&nb... [Read more...]

BayesiaLab-Like Network Graphs for Free with R

December 18, 2015 | Joel Cadwell

My screen has been filled with ads from BayesiaLab since I downloaded their free book. Just as I began to have regrets, I received an email invitation to try out their demo datasets. I was especially interested in their perfume ratings data. In this monadic product test, each of 1,321 French ... [Read more...]

My Poster at Rocky 2015: Estimating parameters of the Hodgkin-Huxley cardiac cell model by integrating raw data from multiple types of voltage-clamp experiments

December 18, 2015 | BioStatMatt

I'm recently returned from the 2015 Rocky Mountain Bioinformatics Conference, where I presented the above poster. This is work with a colleague, Rick Gray, at the FDA. He and I collaborate on our NIH award "Optimal Design of Challenge-Response Experiments in Cardiac Electrophysiology" (HL118392) The (original) poster abstract is below, but ... [Read more...]

Character vector exercises

December 18, 2015 | r-exercises

In the exercises below we cover the basics of character vectors. Before proceeding, first read section 2.6 of An Introduction to R, and the help pages for the nchar, substr and sub functions. Answers to the exercises are available here. Exercise 1 If x [Read more...]

Buzzfeed uses R for Data Journalism

December 18, 2015 | David Smith

Buzzfeed isn't just listicles and cat videos these days. Science journalist Peter Aldhous recently joined Buzzfeed's editorial team, after stints at Nature, Science and New Scientist magazines. He brings with him his data journalism expertise and R programming skills to tell compelling stories with data on the site. His stories, ... [Read more...]
1 3 4 5 6 7 15

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)