summary.occ_mod: Summary method for 'occ_mod' class

Description Usage Arguments

Description

Summary method for occ_mod class

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'occ_mod'
summary(
  x,
  burnin = nrow(x[["samples"]][[1]])/2,
  waic_type = 2,
  digits = max(3L, getOption("digits") - 3L),
  ...
)

Arguments

x

An object of class occ_mod

burnin

number of iterations to discard as burnin

waic_type

Type of WAIC to calculate (either 1 or 2)

digits

number of digits to print in summary

...

Other arguments passed to or from other methods


StrattonCh/occupancy documentation built on Feb. 17, 2021, 6:36 a.m.