omitlists: Omit one or more of the lists in an incidence matrix

Description Usage Arguments

View source: R/functions.R View source: R/omitlists.R

Description

Construct the incidence matrix obtained by omitting one or more of the original lists. This is useful for diagnostic purposes and robustness testing, and also if some of the lists are less reliable.

Usage

1
2
omitlists(zmse, i, j = NULL, k = NULL, l = NULL, rowclean = T,
  includezerocounts = F)

Arguments

i, j, k, l

The lists to be omitted. Only i has to be given.

rowclean

If rowclean=T then combine rows with the same capture pattern

includezerocounts

If F remove all rows with zero counts. If T then include all possible observed capture combinations.


bernardsilverman/modslavmse documentation built on Aug. 10, 2019, 2:39 a.m.