Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The CourseTopics.csv (Links to an external site.) file contains eight attributes which are courses that a student could take. Each data row provides the courses
The CourseTopics.csv (Links to an external site.) file contains eight attributes which are courses that a student could take. Each data row provides the courses taken (1 in the attribute) by a single student. Analyze this data by performing the following steps.
- Create and interpret 3-5 association rules.
- Follow the process described in section 14.1.
- Use the R code example in Table 14.4.
- Use 0.01 for minimum support.
- Run minimum confidence of 0.1 and 0.5 in the apriori() function.
- For your assignment submission, copy your commands into your R Markdown file.
- Include R comments on all your code.
- Separate sections of R code by using appropriate R Markdown headings.
- Use the R Markdown Knit drop down menu to select Knit to Word to create the Word document for your assignment submission.
Intro | DataMining | Survey | Cat Data | Regression | Forecast | DOE | SW |
1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 |
0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 |
1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 |
1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Step by Step Solution
★★★★★
3.43 Rating (162 Votes )
There are 3 Steps involved in it
Step: 1
Answer The CourseTopicscsv Links to an external site file contains eight properties each of which re...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started