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

You can install the latest version from CRAN using:

install.packages( "liver" )
library( "liver" )

Copy Link

Version

Install

install.packages('liver')

Monthly Downloads

490

Version

1.3

License

GPL (>= 2)

Maintainer

Abdolreza Mohammadi

Last Published

November 13th, 2020

Functions in liver (1.3)

churnTel

churnTel dataset
find.na

find.na
classifyRisk

classifyRisk data set
transform

Z-score normalization
churn

Churn data set
cereal

Cereal data set
bank

Bank marketing data set
adult

adult data set
advertising

advertising data set
zscore

Z-score normalization
house

house data set
liver-package

liver: "Eating the Liver of Data Science"
minmax

Min-Max normalization
marketing

marketing data set
mse

Mean Squared Error (MSE)
housePrice

housePrice dataset
insurance

insurance data set
kNN

k-Nearest Neighbour Classification
partition

Partition the data
skewness

Skewness