KDisclosurePrimaryFunction to be used within KDisclosurePrimary
X_from_mc(
x,
crossTable,
mc_hierarchies,
removeIncomplete = FALSE,
returnNewCrossTable = FALSE,
noInner = FALSE,
...
)X_from_mc_remove(..., removeIncomplete = TRUE)
X_from_mc_noinner(..., noInner = TRUE)
X_from_mc_remove_noinner(..., removeIncomplete = TRUE, noInner = TRUE)
ModelMatrix generated by parent function
crossTable generated by parent function
a hierarchy representing meaningful combinations to be
protected. Default value is NULL.
When TRUE, the input code contributions are checked and incomplete entries are removed.
When TRUE, the crossTable corresponding to the created x-matrix is also returned (in a list)
When TRUE, more efficient generation of model matrix. (removing inner cells according to colSums not needed)
parameters passed to children functions
Øyvind Langsrud