RMD File Format: 1172189

Nameing our data as “Data” Data<- read.csv(file.choose()) # installing the needful packages “rpart” and “partykit” install.packages(“rpart”) install.packages(“partykit”) loading the packages library(rpart) library(partykit) Labeling out Dependent variable which is Response i.e.“y” …

Read More