Learn R Programming

phenology (version 7.2)

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.

See Also

Other Model of Tag-loss: Tagloss_LengthObs, Tagloss_L, Tagloss_daymax, Tagloss_fit, Tagloss_model, Tagloss_simulate, logLik.Tagloss, plot.Tagloss

Examples

Run this code
# NOT RUN {
library(phenology)
# Example
data_f_21 <- Tagloss_format(outLR, model="21")
# }

Run the code above in your browser using DataLab