2014

R as a general-purpose language for creating DSLs

October 6, 2014 | David Smith

As a computer scientist, RStudio's Joe Cheng has some great insights into the R language and how it compares with other programming language. In the interview with DataScience.LA below, he notes that while R is often thought about as a domain-specific language (or DSL), the combination of a functional ... [Read more...]

Machine Learning in R—–NYC class offering

October 6, 2014 | Vivian S. Zhang

SupStat is offering a 5-day intensive course in machine learning techniques in R starting this Sunday, October 5th at its Times Square office. Classes are held on October 5th, 12th, and 18th, and November 2nd and 9th, from 10 am to 5 pm for total 35 hours of classroom time and 3 weeks of ... [Read more...]

Building Packages at Scale

October 6, 2014 | Joyeur Article Feed

tl;dr We are able to build 14,000 packages across 6 zones in 4.5 hours At Joyent we have long had a focus on high performance, whether it's through innovations in SmartOS, carefully selecting our hardware, or providing customers with tools such as DTrace to identify bottlenecks in their application… [Read more...]

A bit more fragmented

October 6, 2014 | Daniel Marcelino

Tweet This year election renders an even more fragmented legislative. The way political scientists measure this is by applying an algorithm to calculate the Effective Number of Parties, which is a measure that helps to go beyond the simple number of parties. A widely accepted algorithm was proposed by M. ... [Read more...]

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...]
1 30 31 32 33 34 145

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)