commOccu objects
commOccu object
modelTextJAGS model code as a character vector (made up of code chunks, use cat() to print)
paramsParameters to monitor in the model runs
inits_funFunction to create start values for the MCMC chains. It being a function ensures different values in each chain
dataList with data needed to run the model (detection & effort matrices, site covariates, number of species / stations / occasions)
inputInput data_list (unchanged)
nimblelogical indicator for whether it is a Nimble model
modelFilePath of the text file containing the model code
covariate_infoData frame containing information about covariates. Only used internally in plot_* and predict methods
modelcharacter indicating whether it is a standard "Occupancy" model or Royle-Nichols ("RN") occupancy model