Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 

README.md

DMwR2

An R package with functions and data supporting the second edtion of the book Data Mining with R, by Luis Torgo, published by CRC Press.

To Install the Latest Oficial Stable Release do the following in R:

library(devtools)  # You need to install this package!
install_github("ltorgo/DMwR2",ref="master")

To Install the Latest Development Release do the following in R:

library(devtools)  # You need to install this package!
install_github("ltorgo/DMwR2",ref="develop")

After installation using any of the above procedures, the package can be used as any other R package by doing:

 library(DMwR2)

About

Functions and data supporting the 2nd edition of the book Data Mining with R by Luis Torgo, published by CRC Press

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.