Learn R Programming

⚠️There's a newer version (1.19) of this package.Take me there.

liver

The R package liver provides a collection of helper functions that make various techniques from data science more user-friendly for non-experts. In this way, our aim is to allow non-experts to become familiar with the techniques with only a minimal level of coding knowledge. Indeed, following an ancient Persian idiom, we refer to this as "eating the liver of data science" which could be interpreted as "getting intimately close with data science". Examples of procedures we include are: data partitioning for out-of-sample testing, computing Mean Squared Error (MSE) for quantifying prediction accuracy, and data transformation (z-score and min-max). Besides such helper functions, the package also includes several interesting datasets that are useful for multivariate analysis.

Installation

To install the latest version of this package from CRAN, do the following from the R console:

install.packages( "liver" )

Copy Link

Version

Install

install.packages('liver')

Monthly Downloads

446

Version

1.5

License

GPL (>= 2)

Maintainer

Abdolreza Mohammadi

Last Published

March 9th, 2021

Functions in liver (1.5)

adult

adult data set
conf.mat

Confusion Matrix
house

house data set
bank

Bank marketing data set
advertising

advertising data set
find.na

find.na
churn

Churn data set
churnTel

churnTel dataset
cereal

Cereal data set
fertilizer

Fertilizer data set
minmax

Min-Max normalization
marketing

marketing data set
zscore

Z-score normalization
transform

Z-score normalization
liver-package

liver: "Eating the Liver of Data Science"
kNN

k-Nearest Neighbour Classification
housePrice

housePrice dataset
insurance

insurance data set
partition

Partition the data
mse

Mean Squared Error (MSE)
risk

Risk data set
skewness

Skewness