Understanding R Programming Language
‘Business Analytics with ‘R’ at Edureka will prepare you to perform analytics and build models for real world data science problems. It is the world’s most powerful programming language for statistical computing and graphics making it a must know language for the aspiring Data Scientists. ‘R’ wins strongly on Statistical Capability, Graphical capability, Cost and rich set of packages.This video makes you understand the way to make business analytics decision tree in R.
Decision Tree Data & Code
# Fitting classification Tree models # Load company data file from folder file_path =8, "High", "Low") # Check how many rows are there in "Sales_Cat_Var" variable length(Sales_Cat_Var) # To check the dimension of Company_Data dim (Company_Data) # To check the first few row of Company_Data head(Company_Data) # append Sales_Cat_Var to Company_Data dataset, Company_Data
If you wish to learn Power BI and build a career in data visualization or BI, then check out our Power BI Certification Training which comes with instructor-led live training and real-life project experience. This training will help you understand Power BI in-depth and help you achieve mastery over the subject. Also, Take your career to the next level by mastering the skills required for business analysis. Enroll in our Business Analyst Course today and take the first step towards a fulfilling and lucrative career.
Got a question for us? Please mention it in the comments section and we will get back to you.