Learn R Programming

dcce (version 0.4.2)

glance.dcce_fit: Glance at a dcce_fit object

Description

Returns a single-row tibble of model summary statistics, compatible with the broom package.

Usage

# S3 method for dcce_fit
glance(x, ...)

Value

A single-row tibble.

Arguments

x

A dcce_fit object.

...

Ignored.