How to learn R programming
If you've wanted to learn R programming but didn't know where to start there is a great R packaged called Swirl that teaches you...
Learning R plot with NFL Data wins vs. yards allowed
R plot data doesn't need to be boring. Being an NFL football fan has made it a lot more interesting to create lessons on...
How to fail and still succeed – a little data science fun
This past week has been brutal on my sinuses. And being that I'm the type who has to find some science in nearly everything....
How to Get, Set or Change your working directory in R
If you are just starting out in R it'll be important to know how to determine your working directory or how to find the...
How to use the Apply function in R
Previously we showed you how to write a loop in R. Very often it's a better idea to use the apply function in R...
How to use the str function in R
What is str? Str is a compact way to display the structure of an R object.
This allows you to use str as a...
Google Analytics Dashboards for SEO, Social Media and more
Google Analytics has done a pretty good job of creating dashboard widgets that you can customize until your heart is content. Any way you...
How to merge data frames in R
You will find occasions when you'll need to merge data from two different data frames. In order to merge two datasets you are required...
What is Conditional Probability and formula?
Conditional probability is used to find out the probability of some event happening given that some other event has happened. Easy right?
Therefore, conditional probability...
Solved: SSL: certificate verification failed with R and twitteR
Have you been trying to use R and hook it up with something like twitteR and got an SSL error message?
Me too. But I...