print.bbl {bbl} | R Documentation |
Print Boltzmann Bayes Learning Fits
Description
This method displays model structure and first elements of coefficients
Usage
## S3 method for class 'bbl'
print(x, showcoeff = TRUE, maxcoeff = 3L, ...)
Arguments
x |
An object of class |
showcoeff |
Display first few fit coefficients |
maxcoeff |
Maximum number of coefficients to display |
... |
Further arguments passed to or from other methods |
Details
Displays the call to bbl
, response variable and its levels,
predictors and their levels, and the first few fit coefficients.
[Package bbl version 1.0.0 Index]