Apple geek, analytics and AI fanatic, notorious project manager getting on your nerve with a smile.
Related Articles
Linear Regression using R
In a similar vein as the previous post that dealt with analysis of variance (ANOVA) let’s shift our focus on a another problem solving approach, that is, linear regression. In principle, this model gives special prominence on the ability to predict an outcome based on a given set of variables.
SAP Learning Hub: Intro
If you are like me into the new era of SAP business solutions you most likely face the same dilemma: keep yourself on the tip of your toes education-wise while juggling this with a busy work schedule. One way you could keep yourself up-to-date is the education platform SAP Learning Hub.
Analysis of variance (ANOVA) using R
Analysis of variance (ANOVA) represents a common means to perform statistical tests as to whether there is a statistically significant difference among sample means. Though manual calculations are ok if you strive to understand the concept, however, larger examples quickly get tedious. Here, the long-standing open source R statistics package comes to our rescue. To show how R works for a simple ANOVA analysis the ensuing steps provide a quick intro as well a the source code for a fully working example.