README.md

MLDataR

CRAN status GitHub last commit GitHub Repo stars Downloads license

A collection of Machine Learning datasets for health care and beyond.

Installing the package from GitHub

Here, I will use the package remotes to install the package:

# install.packages("remotes") # if not already installed
remotes::install_github("https://github.com/StatsGary/MLDataR")
library(MLDataR)

Installing the package from CRAN

To install from CRAN, use the below command:

install.packages("MLDataR")

Loading the package from CRAN

To load the package from CRAN, use the following:

library(MLDataR)

Datasets included

The package currently has three example datasets, and more are being added every week. The first three datasets contained in the package are:

Further developments

More datasets are being added, so look out for the next version of this package.

Closing remarks

It has been fun putting this package together and I hope you find it useful. If you find any issues using the package, please raise a git hub ticket and I will address it as soon as possible. Thanks and I hope you enjoy using it.



StatsGary/MLDataR documentation built on Nov. 29, 2023, 10:41 p.m.