
Learn to download and install R on Mac or Windows by selecting the proper installer, double-clicking to run, and following the continue prompts through the setup.
Transform the response by recoding the sex variable to a binary 0/1 in a data frame using an if statement and the dollar-sign notation, preparing the dataset for analysis.
Install and load the R package, then use plot to visualize salary by sex and occupation and interpret the resulting group comparisons.
Build and interpret a decision tree in R, train and evaluate the model, visualize splits, and predict sex from attributes using the training data.
Explore logistic regression in R for binary outcomes, estimate predictive probabilities for sex, use a threshold of 0.5 for class prediction, and assess ~90% accuracy on test data.
In this course, we cover two analytics techniques: Descriptive statistics and Predictive analytics. For the predictive analytic, our main focus is the implementation of a logistic regression model a Decision tree and neural network. We well also see how to interpret our result, compute the prediction accuracy rate, then construct a confusion matrix .
By the end of this course , you will be able to effectively summarize your data , visualize your data , detect and eliminate missing values, predict futures outcomes using analytical techniques described above , construct a confusion matrix, import and export a data.