print.bbl {bbl} | R Documentation |
This method displays model structure and first elements of coefficients
## S3 method for class 'bbl'
print(x, showcoeff = TRUE, maxcoeff = 3L, ...)
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 |
Displays the call to bbl
, response variable and its levels,
predictors and their levels, and the first few fit coefficients.