Formats and prints the output of a FishSET discrete choice model fit. Displays the model formula (if available), coefficients table with significance stars, and key goodness-of-fit statistics (Log-Likelihood, AIC, BIC, Pseudo-R2, Accuracy).
Usage
# S3 method for class 'fishset_fit'
print(x, digits = 4, ...)Arguments
- x
A
fishset_fitobject returned byfishset_fit.- digits
Integer. The number of significant digits to use when printing numeric values. Default is 4.
- ...
Additional arguments passed to
printCoefmat.
