| multimarkSCRsetup-class {multimark} | R Documentation |
Class "multimarkSCRsetup"
Description
A class of spatial 'mulitmark' model inputs
Slots
Enc.MatObject of class
"matrix". The observed encounter histories (with rows corresponding to individuals and columns corresponding to sampling occasions).data.typeObject of class
"character". The encounter history data type ("never", "sometimes", or "always").vAll.histsObject of class
"integer". An ordered vector containing all possible encounter histories in sequence.AprimeObject of class
"sparseMatrix". Transpose of the A matrix mapping latent encounter histories to observed histories.indBasisObject of class
"numeric".An ordered vector of the indices of the three encounter histories updated by each basis vector.ncolbasisObject of class
"integer". The number of needed basis vectors.knownxObject of class
"integer". Frequencies of known encounter histories.CObject of class
"integer". Sampling occasion of first capture for each encounter history.LObject of class
"integer". Sampling occasion of last capture for each encounter history.naivexObject of class
"integer". “Naive” latent history frequencies assuming a one-to-one mapping withEnc.Mat.covsObject of class
"data.frame". Temporal covariates for detection probability (the number of rows in the data frame must equal the number of sampling occasions).spatialInputsObject of class
"list". List is of length 4 containingtrapCoordsandstudyAreaafter re-scaling coordinates based onmaxscale, as well as the original (not re-scaled) grid cell resolution (origCellRes) and re-scaling range (Srange).
Objects from the Class
Objects can be created by calls of the form processdata(Enc.Mat, ...) or new("multimarkSCRsetup", ...).
Methods
No methods defined with class "multimarkSCRsetup".
Author(s)
Brett T. McClintock
See Also
Examples
showClass("multimarkSCRsetup")