Learn R Programming

chainbinomial (version 0.1.5)

glance.cbmod: Glance at a cbmod object

Description

Glance at a cbmod object

Usage

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

Value

Returns a tibble with the following columns:

  • logLik The model's log-likelihood.

  • npar Numnber of parameters in the model.

Arguments

x

A cbmod object.

...

Unused.