getParameters: Modify the initial values object depending on the type of...

View source: R/getParameters.R

getParametersR Documentation

Modify the initial values object depending on the type of model we are running

Description

This function is primarily for internal use within occDetFunc. It is used to return a vector of parameters to be monitored.

Usage

getParameters(parameters, modeltype, verbose = FALSE)

Arguments

parameters

A character vector of parameters you want to monitor.

modeltype

Character, one of: indran, jul_date, catlistlength, contlistlength. See occDetFunc for more information.

verbose

Logical, if true progress is reported to the console

Value

A character, of JAGS model code, that describes the observation model.


BiologicalRecordsCentre/sparta documentation built on May 2, 2024, 4:24 p.m.