Installing Packages

In R Console,

install.packages("PackageName")

Hit Enter, Packages will Install

To Use 

library(PackageName)

Hit Enter library will load, can be used as per required.

Comments

Popular posts from this blog

Decision Tree Classification

View Data from frames

The Multi-Armed Bandit Problem -Upper Confidence Bound (Ad Campaign)