October 2013

That’s Smooth

October 10, 2013 | Wesley

I had someone ask me the other day how to take a scatterplot and draw something other than a straight line through the graph using Excel.  Yes, it can be done in Excel and it’s really quite simple, but there are some limitations when using the stock Excel dialog ... [Read more...]

RegEx: Named Capture in R (Round 2)

October 9, 2013 | Lee Pang

Previously, I came up with a solution to R's less than ideal handling of named capture in regular expressions with my re.capture() function. A little more than a year later, the problem is rearing its ugly - albeit subtly different - head again. I now... [Read more...]

Classification using neural net in r

October 9, 2013 | saptarsi goswami

This is mostly for my students and myself for future reference.Classification is a supervised task , where we need preclassified data and then on new data , I can predict.Generally we holdout a % from the data available for testing and we call them tra... [Read more...]

Tomorrow: Webinar on Time-to-Event Models

October 9, 2013 | David Smith

We're thrilled to have John Wallace and Tess Nesbitt from DataSong join our Fall webinar series tomorrow, with a great presentation on time to event models. If you're trying to predict when an event will occur (for example, a consumer buying a product) or trying to infer why events occur (... [Read more...]

Fast Bayesian Inference with INLA

October 9, 2013 | thiagogm

I am currently a research fellow and 4th year PhD candidate within the INLA group.  If you deal with Bayesian models and have never heard about INLA, I sincerely think you should spend a small portion of your time to at least know what it is. If you have heard ... [Read more...]

Some heuristics about spline smoothing

October 8, 2013 | arthur charpentier

Let us continue our discussion on smoothing techniques in regression. Assume that . where is some unkown function, but assumed to be sufficently smooth. For instance, assume that  is continuous, that exists, and is continuous, that  exists and is also continuous, etc. If  is smooth enough, Taylor’s expansion can be ... [Read more...]

R in Raw

October 8, 2013 | klr

This nice little tool Raw from DensityDesign transforms text from your clipboard to d3.  For those yearning to access Raw from R, here is an easy way to do it. Use this function read.excel from StatisticallySignificant’s post Copying Data from Excel to R and Back.  Once you run ... [Read more...]

Tableau adds integration with R

October 8, 2013 | David Smith

Tableau, the popular interactive data visualization tool, is coming out with a new 8.1 update, and it will include integration with the R language. Access to R is a feature that has been requested by Tableau users for some time, and was met with rapturous applause when it was announced at ... [Read more...]

rCharts goes Polar

October 8, 2013 | klr

The new micropolar library from Chris Viau, author of   gives us reusable charts with polar coordinates for d3.js.  In testament to rCharts design, Ramnath Vaidyanathan integrated micropolar with rCharts in less than 30 minutes.  I don’t use polar coordinates much, so I wrote this quick little comparison of Cartesian ... [Read more...]

Too crude to be true?

October 8, 2013 | Max Gordon

The key to programming is being lazy; it has actually been called a virtue by some. When I discovered the update() function it blew me away. Within short I had created a monster based upon this tiny function, allowing quick and easy output of regression tables that contain crude and ... [Read more...]

Road for Data Scientist by Swami

October 7, 2013 | G-Tch

Read away, A interesting post about skills to become Data Scientist.The post is about  Where to start? When do you start seeing light at the end of the tunnel? What is the learning roadmap? What tools and techniques do I need to know? &n... [Read more...]

Sensitivity analysis for neural networks

October 7, 2013 | beckmw

I’ve made quite a few blog posts about neural networks and some of the diagnostic tools that can be used to ‘demystify’ the information contained in these models. Frankly, I’m kind of sick of writing about neural networks but I wanted to share one last tool I’ve ... [Read more...]
1 8 9 10 11 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)