Tagloss_daymax {phenology} | R Documentation |
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")
Arguments
individuals |
Set of indivuals |
what |
By default is max, but can be min, mean or all |
Details
Tagloss_daymax returns the maximum number of days an individual has been observed in a dataset.
Value
Return the maximum number of days an individual has been observed in a dataset.
Author(s)
Marc Girondot marc.girondot@gmail.com
See Also
Other Model of Tag-loss:
Tagloss_LengthObs()
,
Tagloss_L()
,
Tagloss_cumul()
,
Tagloss_fit()
,
Tagloss_format()
,
Tagloss_mcmc_p()
,
Tagloss_mcmc()
,
Tagloss_model()
,
Tagloss_simulate()
,
logLik.Tagloss()
,
o_4p_p1p2
,
plot.TaglossData()
,
plot.Tagloss()
Examples
## Not run:
library(phenology)
# Example
data_f_21 <- Tagloss_format(outLR, model="21")
daymax(data_f_21)
## End(Not run)
[Package phenology version 9.1 Index]