Broken Chain

Broken link checker analysis with R

You’ve found a few broken links on your blog or web site, and now you wonder whether there are more. Here’s a quick way to get a sense of how big the problem is. You could basically take 2 different …

teamwork

R set working directory using copy and paste

After using Windows Explorer to navigate to a directory, I just want to copy and paste the directory in R, but I get this error: I used the setwd() function and pasted the directory, but there is an answer! By …

data_analysis

Newborn app using Twitter and R (data analysis)

In two previous posts (intro, data entry), I described a simple, quick and easy solution for recording newborn feedings, dirty diapers and just about anything of interest. Here’s the second part of the implementation: the data analysis.With all the data …

twitter

Newborn app using Twitter and R (entering the data)

In a previous post, I described a simple, quick and easy solution for recording newborn feedings, dirty diapers and just about anything of interest. Here’s the first part of the implementation: entering the data.The basic idea is everyone logs data …

baby_hand

Newborn app using Twitter and R

So you want to track your baby’s feedings and dirty diapers?Most digital solutions for newborn feeding trackers are either pricey or don’t make it easy for more than one person recording the feedings. I put together a convenient solution with …

Top 10 data mining algorithms in plain R

Top 10 data mining algorithms in plain R

Knowing the top 10 most influential data mining algorithms is awesome.Knowing how to USE the top 10 data mining algorithms in R is even more awesome.That’s when you can slap a big ol’ “S” on your chest……because you’ll be unstoppable!Today, …