read_headed | R Documentation |
This function reads in capture-recapture dataset with the Headed format. It ignores all forms of censorship for now, and drops continuous covariates because no goodness-of-fit test exists for such models
read_headed(file)
file |
text file with Headed format |
list with first component the matrix of encounter histories, second components the vector of number of individuals with corresponding histories and, if relevant, third component vector/matrix with group(s)
Olivier Gimenez <olivier.gimenez@cefe.cnrs.fr>
# read in Dipper dataset dipper = system.file("extdata", "ed.txt", package = "R2ucare") read_headed(dipper) # read in Geese dataset geese = system.file("extdata", "geese.txt", package = "R2ucare") read_headed(geese)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.