October 2014

TBATS with regressors

October 5, 2014 | Rob J Hyndman

I’ve received a few emails about including regression variables (i.e., covariates) in TBATS models. As TBATS models are related to ETS models, tbats() is unlikely to ever include covariates as explained here. It won’t actually complain if you include an xreg argument, but it will ignore it. ... [Read more...]

Bayes of thrones

October 5, 2014 | Gianluca Baio

My friend and colleague Andreas sent me a link to a working paper published by a statistician at the University of Christchurch (New Zealand) and discussed here. The main idea of the paper was to use a Bayesian model to predict the number of futur... [Read more...]

Bayes models from SAS PROC MIXED in R, post 2

October 5, 2014 | Wingfeet

This is my second post in converting SAS's PROC MCMC examples in R. The task in his week is determining the transformation parameter in a Box-Cox transformation. SAS only determines Lambda, but I am not so sure about that. What I used to do was get an ... [Read more...]

By-Group Aggregation in Parallel

October 4, 2014 | statcompute

Similar to the row search, by-group aggregation is another perfect use case to demonstrate the power of split-and-conquer with parallelism. In the example below, it is shown that the homebrew by-group aggregation with foreach pakage, albeit inefficiently coded, is still a lot faster than the summarize() function in Hmisc package. [Read more...]

Regression Analysis using R

October 4, 2014 | suresh kumar Gorakala

What is a Prediction Problem?A business problem which involves predicting future events by extracting patterns in the historical data. Prediction problems are solved using Statistical techniques, mathematical models or machine learning techniques.For example: Forecasting stock price for the next week, predicting which football team wins the world cup, ... [Read more...]

What happens if we forget a trivial assumption ?

October 4, 2014 | arthur charpentier

Last week, @dmonniaux published an interesting post entitled l’erreur n’a rien d’original  on  his blog. He was asking the following question : let , and denote three real-valued coefficients, under which assumption on those three coefficients does has a real-valued root ? Everyone aswered , but no one mentioned that it ... [Read more...]

Sending Email From R

October 3, 2014 | Todd Connelly

When I am am working in Sql Server and need to send an email I use "sp_send_dbmail". So when I am working in R, I didn't know how to send an email. I often use this as notification that a … Continue reading → [Read more...]

Find us at Strata Conference and Hadoop World 2014!

October 2, 2014 | Vivian S. Zhang

SupStat Analytics and Transwarp Technologies will be at the 2014 Strata Conference and Hadoop World showcasing the power of Hadoop and Spark computing with R analytics. We’re excited to be presenting to the data science world the Transwarp Data Hub, an integrated storage, processing, and analytics platform that delivers up ... [Read more...]

The Rise of the Samurai Pitcher

October 2, 2014 | Patrick Rhodes

Masahiro Tanaka stands on the mound, rubbing the ball vigorously between his hands. It's a crisp, cool night in the Bronx. Stepping back, he digs his right foot into the rubber, winds up and, with a seven-foot stretch, steps towards the catcher, unleashing a blistering four-seam, 95 mph fastball. Less than ...
[Read more...]

R and Data Science Webinar

October 2, 2014 | Joseph Rickert

by Joseph Rickert Recently, I had the opportunity to present a webinar on R and Data Science. The challenge with attempting this sort of thing is to say something interesting that does justice to the subject while being suitable for an audience that may include both experienced R users and ... [Read more...]

Troubles with sapply

October 2, 2014 | January

Say your function in sapply returns a matrix with a variable number of rows. For example sapply is too stupid to see the pattern here (or maybe I don’t know how to cast the return value into an appropriate shape…). The result of the above is a list: [[1]] [,1] [,2] [,3] [1,] 1 1 […] [Read more...]
1 8 9 10 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)