Learn R Programming

butcher (version 0.3.5)

axe_fitted: Axe fitted values.

Description

Remove the fitted values attached to modeling objects.

Usage

axe_fitted(x, verbose = FALSE, ...)

Value

Model object without the fitted values.

Arguments

x

A model object.

verbose

Print information each time an axe method is executed. Notes how much memory is released and what functions are disabled. Default is FALSE.

...

Any additional arguments related to axing.

Methods

butcher:::methods_rd("axe_fitted")