Learn R Programming

strip: lighten your R model outputs

The strip function deletes components of R model outputs that are useless for specific purposes, such as predict[ing], print[ing], summary[zing], etc.

The idea is to prevent the size of the model output to grow with the size of the training dataset. This is useful if one has to save the output for later use while limiting its size on disk.

The birth of this package originates with Nina Zumel's post `Trimming the Fat from glm() Models in R' on Win-Vector Blog.

Installation

You can install strip from GitHub with:

# install.packages("devtools")
devtools::install_github("paulponcet/strip")

Copy Link

Version

Install

install.packages('strip')

Monthly Downloads

2,648

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

October 29th, 2018

Functions in strip (1.0.0)

strip

Lighten R model outputs