Tagloss_daymax | R Documentation |
This function must be used to get the value of mx in Tagloss_L.
Tagloss_daymax(individuals, what = "max")
individuals |
Set of indivuals |
what |
By default is max, but can be min, mean or all |
Tagloss_daymax returns the maximum number of days an individual has been observed in a dataset.
Return the maximum number of days an individual has been observed in a dataset.
Marc Girondot marc.girondot@gmail.com
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()
## Not run:
library(phenology)
# Example
data_f_21 <- Tagloss_format(outLR, model="21")
daymax(data_f_21)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.