Learn R Programming

phenology (version 10.1)

Tagloss_daymax: Return the maximum number of days an individual has been observed in a dataset.

Description

This function must be used to get the value of mx in Tagloss_L.

Usage

Tagloss_daymax(individuals, what = "max")

Value

Return the maximum number of days an individual has been observed in a dataset.

Arguments

individuals

Set of indivuals

what

By default is max, but can be min, mean or all

Author

Marc Girondot marc.girondot@gmail.com

Details

Tagloss_daymax returns the maximum number of days an individual has been observed in a dataset.

See Also

Other Model of Tag-loss: Tagloss_L(), Tagloss_LengthObs(), Tagloss_cumul(), 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")
daymax(data_f_21)
}

Run the code above in your browser using DataLab