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" )
require( "liver" )

Copy Link

Version

Install

install.packages('liver')

Monthly Downloads

446

Version

1.0

License

GPL (>= 2)

Maintainer

Abdolreza Mohammadi

Last Published

August 18th, 2020

Functions in liver (1.0)

churnTel

churnTel dataset
churn

Churn data set
adult

adult data set
zscore

Z-score normalization
classifyRisk

classifyRisk data set
mse

Mean Squared Error (MSE)
partition

Partition the data
transform

Z-score normalization
housePrice

housePrice dataset
skewness

Skewness
find.na

find.na
liver-package

liver: "Eating the Liver of Data Science"
minmax

Min-Max normalization