glance.model_fit: Construct a single row summary "glance" of a model, fit, or...

View source: R/tidy.R

glance.model_fitR Documentation

Construct a single row summary "glance" of a model, fit, or other object

Description

This method glances the model in a parsnip model object, if it exists.

Usage

## S3 method for class 'model_fit'
glance(x, ...)

Arguments

x

model or other R object to convert to single-row data frame

...

other arguments passed to methods

Value

a tibble


tidymodels/parsnip documentation built on April 12, 2024, 2:14 a.m.