R/rbms_index_modelling.r
collated_index_old.Rd
collated_index_old compute a collated index from the site indices, using a Generalized Linear Model.
collated_index_old(site_indices, GlmWeight = NULL, GlmFamily = poisson())
data.table or data.frame with site indices per year and proportion of flight curve covered by the monitoring.
vector of weight used in the GLM.
family used for the GLM model.
a list of three objects, a vector of site, a glm model object, and a vector of collated indices per year.