Learn R Programming

phenology (version 10.1)

Tagloss_LengthObs: Return a list with the number of days for different kinds of individuals are seen.

Description

Usefull to summarize data

Usage

Tagloss_LengthObs(data, progressbar = TRUE)

Value

Return a list with the number of days for different kinds of individuals are seen.

Arguments

data

Set of indivuals

progressbar

Is shown a progressbar?

Author

Marc Girondot marc.girondot@gmail.com

Details

Tagloss_LengthObs returns a list with the number of days for different kinds of individuals are seen.

See Also

Other Model of Tag-loss: Tagloss_L(), Tagloss_cumul(), Tagloss_daymax(), Tagloss_fit(), Tagloss_format(), Tagloss_mcmc(), Tagloss_mcmc_p(), Tagloss_model(), Tagloss_simulate(), logLik.Tagloss(), o_4p_p1p2, plot.Tagloss(), plot.TaglossData()

Examples

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

Run the code above in your browser using DataLab