Learn R Programming

lame (version 1.3.4)

glance: S3 generic for glance

Description

Light-weight fallback so glance(fit) dispatches through S3 even when broom or generics is not loaded.

Usage

glance(x, ...)

Value

A one-row data frame.

Arguments

x

An object to glance at.

...

Passed to the method.