tidy._LiblineaR: tidy methods for LiblineaR models

View source: R/tidy_liblinear.R

tidy._LiblineaRR Documentation

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 class ''_LiblineaR''
tidy(x, ...)

Arguments

x

A fitted parsnip model that used the LiblineaR engine.

...

Not used

Value

A tibble with columns term and estimate.


topepo/parsnip documentation built on April 16, 2024, 3:23 a.m.