Tagloss_format: Format a CMR dataset into a file that Tagloss_L can use.
Description
This function formats a CMR dataset to a file that Tagloss_L can use.
The format of data is a data.frame with 4 columns:
ID is the column with the permanent identification code
L is the column with the non-permanent code located at left
R is the column with the non-permanent code located at right
Date is the column with the date of observation
Note that R and L columns can be exchanged if 21 model is used.
Usage
Tagloss_format(data, model = "21", progressbar = TRUE)
Arguments
data
CMR file
model
Can be "21" or "LR"
progressbar
Is a progressbar been shown?
Value
Return the maximum number of days an individual has been observed in a dataset.
Details
Tagloss_format formats a CMR dataset into a file that Tagloss_L can use.