0% found this document useful (0 votes)
29 views1 page

Install R and Essential Packages Guide

This document provides step-by-step instructions for installing R and specific R packages on Windows. Users are instructed to download R version 3.5.1, install it, and then install the packages 'mclust', 'class', and 'cluster' using the R console. The installation process includes selecting a server and loading the packages after installation.

Uploaded by

hshmctmvd9
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Install R and Essential Packages Guide

This document provides step-by-step instructions for installing R and specific R packages on Windows. Users are instructed to download R version 3.5.1, install it, and then install the packages 'mclust', 'class', and 'cluster' using the R console. The installation process includes selecting a server and loading the packages after installation.

Uploaded by

hshmctmvd9
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

To Install R

Note that install R but not R-studio. Also install the R packages "class", "cluster", and
"mclust". Follow the instructions below:

1. Copy and paste <[Link] Download R from the top


most line Download R 3.5.1 for Windows.

2. Double click it and installation will start and follow the steps to install R.

3. Double click on R icon. A window will appear. In that window, type at the prompt,
[Link]("mclust") [and press enter]

4. A list of servers will appear. Choose the top most one i.e.
Choose 0-Cloud [https]
Installation will start automatically.

5. After the installation is complete, type


library("mclust") [and press enter]

6. Install other packages (class, cluster, ElemStatLearn) exactly in the same way.

You might also like