In the previous tutorial series, we walked through the "caret" package in R for machine learning. We used the raw "GermanCredit" dataset, performed a brief exploration of it, and used the package to ...
In this tutorial we will go over creating statistical models in R. Machine learning is outside of the scope of this tutorial. We'll use the "mtcars" dataset to see an example of a linear regression ...