Print summary information for senlm model fit.

# S3 method for senlm
summary(object, ...)

Arguments

object

Model fit.

...

additional optional arguments.

Value

Summary of senlm model fit.

Examples


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)
}