summary.senlm | R Documentation |
Print summary information for senlm model fit.
## S3 method for class 'senlm' summary(object, ...)
object |
Model fit. |
... |
additional optional arguments. |
Summary of senlm model fit.
## Not run: ## Summarise data model <- set_models(mean_fun="gaussian", err_dist="zip") fit <- senlm(model=model, data=haul, xvar="depth", yvar="Sebastolobus.altivelis") summary(fit) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.