Skip to content

C Array Values #15

@nthaydt

Description

@nthaydt

Code/MultiSessionModel_NHedits.R
Commit # 2b9939b

Line 623 - ifelse(BM$recap == "R", 1, 0) creates a matrix of 0s and 1s with 1s only corresponding to the instances where an individual is recaptured (not when it has previously been captured, but hasn't been captured again). Individual 1 should read 0, 1, 1, 1 (as it was caught on the 1st and 4th days) - but instead it reads 0, 0, 0, 1. I don't think switching the formula will work either.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions