Hi there. Are losses on capture handled by the multistate models implemented in marked?
I've been working through some of the examples that use the built-in mstrata dataset and modifying the data to add a capture history indicating losses on capture with a negative frequency. As far as I can tell, the accumulate option simply sums over common capture history frequencies and reduces freq accordingly due to the negative value. This seems to simply remove the individuals entirely from the data set. Setting accumulate = F returns an error for an invalid "times" argument.
I tried to dig deeper in the ddl, tracking through the call of create.dmdf, where losses on capture are explicitly mentioned in this function's help. But I still couldn't confirm if and how losses on capture are handled by multistate models.
Any insights are much appreciated!