Print eDNA model results

# S3 method for class 'eDNA_model'
print(x, digits = getOption("digits", 3), ...)

# S4 method for class 'eDNA_model'
show(object)

# S4 method for class 'eDNA_model_zip'
show(object)

Arguments

x

object of class "eDNA_model_*"

digits

number of digits to show

...

additional arguments passed to print

object

an object of class eDNA_model

Value

x

Details

Print method for eDNA model results. By default, this calls summary on the estimated effects, i.e. the "betas", and displays them with additional information about the model fit.

Author

Matt Espe