How to install Predictive Analytics V3.3
docx
keyboard_arrow_up
School
Lamar University *
*We aren’t endorsed by this school
Course
5370
Subject
Information Systems
Date
Apr 3, 2024
Type
docx
Pages
5
Uploaded by CommodoreBisonMaster1132
SAP Predictive Analytics 3.3 Installation (including installation of R):
I
f your computer has a 32-bit operating system, there might be an error when install R in the SAP predictive analytics. You’d better to have a computer with 64-bit Windows operating system, to make sure everything works.
Please note: SAP only works well in the machines with Windows system. If you only have a MAC, you need to install the Windows system. The software does not work with MAC system.
Download the program from the following URL:
http://worker.cob.csuchico.edu
UserID: sap
Password: sapgui4me
Download SAP Predictive Analytics 3.3
(on the right side below the SAP Analytics section).
Install the software, then click Help
Enter Keycode
. The current Key Code for this software is:
DG20C-J6S6148-WK697GV-PAYT279-X7
Copy and paste the Key Code above into the Keycode area, and then click Save
button.
Once SAP Predictive Analytics has been installed you will need to install the R add-in, which will install additional
analytical tools. To do this, open the program and click Expert Analytics on the left side of your screen, then click the Expert Analytics link in the middle of your screen
.
Please follow the instructions below to install and configure R.
Once the Expert Analytics software opens, click File
Install and Configure R.
The R Installation and Configuration dialog box will appear. Click the Install R
button. This is the required method of installing R. Do not install R directly outside
of SAP PA. Follow the prompts to complete the installation of this add-in. The installation takes several minutes (sometimes
more than 30 minutes).
After successfully installed R, please click OK button to configure R. May sure you check the “Enable Open-
Source R Algorism” selection and click OK button. Then you will need to do additional R package installations. 1.
On your computer, go to C:\Users\Public\R-3.4.0\bin\x64
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
2.
Right click Rgui.exe 3.
Choose, Run as Administrator 4.
Copy and paste the following lines at the R prompt to get all necessary packages. Then you should get successful message for each package. packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/rJava_0.9-
11.zip " install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/RODBC_1.3-
15.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/RJDBC_0.2-
7.1.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/DBI_1.0.0.zip"
install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/monmlp_1.1.5.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/AMORE_0.2-
15.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/pmml_1.5.7.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/XML_3.98-
1.19.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/arules_1.6-
3.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/caret_6.0-
81.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/reshape_0.8.8.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/lplyr_0.1.12.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/foreach_1.4.4.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/iterators_1.0.10.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/adabag_4.2.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/ggplot2_3.1.1.zip" install.packages(packageurl, repos=NULL, type="source")
packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/reshape2_1.4.3.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/nnet_7.3-
12.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/rpart_4.1-
15.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/randomForest_4.6-14.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/caTools_1.17.1.2.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/rlang_0.3.4.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/recipes_0.1.5.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/pillar_1.3.1.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/gplots_3.0.1.1.zip" install.packages(packageurl, repos=NULL, type="source") packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/bitops_1.0-
6.zip" install.packages(packageurl, repos=NULL, type="source")
packageurl <- "https://cran.r-project.org/bin/windows/contrib/3.4/magrittr_1.5.zip "
install.packages(packageurl, repos=NULL, type="source")
install.packages("lava", repos="
http://R-Forge.R-project.org
")