Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


parsnip (version 1.1.0)

tidy._LiblineaR: tidy methods for LiblineaR models

Description

tidy() methods for the various LiblineaR models that return the coefficients from the parsnip model fit.

Usage

# S3 method for `_LiblineaR`
tidy(x, ...)

Value

A tibble with columns term and estimate.

Arguments

x

A fitted parsnip model that used the LiblineaR engine.

...

Not used