Learn R Programming

lllcrc (version 1.1)

flat.IC: Select an LLM

Description

Without using covariates (i.e., with capture probabilities assumed flat over the covariate space), select the best log-linear model for the marginal contingency table of capture pattern counts.

Usage

flat.IC(pop, models = make.hierarchical.term.sets(k = attributes(dt)$k),
  rasch = FALSE, ic = "AICc", adjust = FALSE, averaging = FALSE)

Arguments

pop
A data.frame containing CRC data as output of formatdata.
models
A list of models -- or an expression that returns a list of models -- to be considered in local model search. The default is NULL, and in this case make.hierarchical.term.sets

Value

  • predThe point estimate of the population size
  • formThe log-linear terms in the chosen model

References

Fienberg SE (1972). "The Multiple Recapture Census for Closed Populations and Incomplete $2^k$ Contingency Tables." Biometrika, 59(3), pp. 591.