glance.cbmod {chainbinomial} | R Documentation |
Glance at a cbmod object
Description
Glance at a cbmod object
Usage
## S3 method for class 'cbmod'
glance(x, ...)
Arguments
x |
A |
... |
Unused. |
Value
Returns a tibble with the following columns:
-
logLik
The model's log-likelihood. -
npar
Numnber of parameters in the model.
[Package chainbinomial version 0.1.5 Index]