Miscellaneous methods for cbc_models class objects.

# S3 method for cbc_models
print(
  x,
  digits = max(3, getOption("digits") - 2),
  width = getOption("width"),
  ...
)

Arguments

x

is an object of class cbc_models.

digits

the number of digits for printing, defaults to 3.

width

the width of the printing.

...

further arguments.

Value

No return value, prints a summary of estimated models.