Sharon
10 years agoMicrosoft Employee
Association Rules
Description
Association rules are ideal to quicly derive insights from large datasets. The rules are autmatically detected and visualized.
Prerequisites (The sample .pbix files will not...
karaoan
9 years agoKudo Kingpin
Hi, I have installed r (default version and one that I used is 3.3.2 though) as per provided links and ran the script. When refreshing the PBIX I get the following error:
boefraty
9 years agoMicrosoft Employee
The problem is with "ISLR" package it is required by R connector (not R visual), so you have two workarounds:
1) Don't do refresh
2) call command
install.packages("ISLR")
from any R console