miscmethods.cbc_models: Methods for cbc_models objects

miscmethods.cbc_modelsR Documentation

Methods for cbc_models objects

Description

Miscellaneous methods for cbc_models class objects.

Usage

## S3 method for class '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.


jhelvy/cbcTools documentation built on Feb. 5, 2024, 2:52 p.m.