Learn R Programming

camtrapR (version 2.2.0)

commOccu-class: commOccu objects

Description

commOccu objects

Arguments

Value

commOccu object

Slots

modelText

JAGS model code as a character vector (made up of code chunks, use cat() to print)

params

Parameters to monitor in the model runs

inits_fun

Function to create start values for the MCMC chains. It being a function ensures different values in each chain

data

List with data needed to run the model (detection & effort matrices, site covariates, number of species / stations / occasions)

input

Input data_list (unchanged)

nimble

logical indicator for whether it is a Nimble model

modelFile

Path of the text file containing the model code

covariate_info

Data frame containing information about covariates. Only used internally in plot_* and predict methods