Learn R Programming

artemis (version 1.1.1)

print.eDNA_model: Print eDNA model results

Description

Print eDNA model results

Usage

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

# S4 method for eDNA_model 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.