Print summary information for senlm model fit.
# S3 method for senlm
summary(object, ...)
Model fit.
additional optional arguments.
Summary of senlm model fit.
if (FALSE) {
## Summarise data
model <- set_models(mean_fun="gaussian", err_dist="zip")
fit <- senlm(model=model, data=haul, xvar="depth", yvar="Sebastolobus.altivelis")
summary(fit)
}