View source: R/logLik.phenology.R
logLik.phenology | R Documentation |
Return Log Likelihood of a fit generated by fit_phenology
## S3 method for class 'phenology'
logLik(object, ...)
object |
A result file generated by fit_phenology |
... |
Not used |
logLik.phenology Return Log Likelihood of a fit
The Log Likelihood value of the fitted model and data
Marc Girondot
Other Phenology model:
AutoFitPhenology()
,
BE_to_LBLE()
,
Gratiot
,
LBLE_to_BE()
,
LBLE_to_L()
,
L_to_LBLE()
,
MarineTurtles_2002
,
MinBMinE_to_Min()
,
adapt_parameters()
,
add_SE()
,
add_phenology()
,
extract_result()
,
fit_phenology()
,
likelihood_phenology()
,
map_Gratiot
,
map_phenology()
,
par_init()
,
phenology()
,
phenology2fitRMU()
,
phenology_MHmcmc()
,
phenology_MHmcmc_p()
,
plot.phenology()
,
plot.phenologymap()
,
plot_delta()
,
plot_phi()
,
print.phenology()
,
print.phenologymap()
,
print.phenologyout()
,
remove_site()
,
result_Gratiot
,
result_Gratiot1
,
result_Gratiot2
,
result_Gratiot_Flat
,
result_Gratiot_mcmc
,
summary.phenology()
,
summary.phenologymap()
,
summary.phenologyout()
## Not run:
library(phenology)
data(result_Gratiot)
logLik(result_Gratiot)
AIC(result_Gratiot)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.