miscmethods.cbc_models {cbcTools} | R 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 |
digits |
the number of digits for printing, defaults to |
width |
the width of the printing. |
... |
further arguments. |
Value
No return value, prints a summary of estimated models.
[Package cbcTools version 0.5.0 Index]