Class "Population.Description" is an S4 class containing a
description of the population. It provides methods to generate an
example population.
Slots
NObject of class
"numeric"; number of individuals in the population (optional).densityObject of class
"Density"; describes the population densityregion.nameObject of class
"character"; name of the region in which the population exists.strata.namesCharacter vector giving the strata names for the study region.
covariatesNamed list with one named entry per individual level covariate. Cluster sizes can be defined here. Each list entry will either be a data.frame containing 2 columns, the first the level (level) and the second the probability
sizelogical value indicating whether the population occurs in clusters. (prob). The cluster size entry in the list must be named 'size'.
gen.by.NObject of class
"logical"; IfTRUEN is fixed otherwise it is generated from a Poisson distribution.
Methods
get.Nsignature=(object = "Population.Description"): returns the value ofNgenerate.populationsignature=(object = "Population.Description"): generates a single realisation of the population.