- new function
contributing_indices()
- call
.Defunct
for old exported functions - make default bounds (
ub
,lb
) depend on costs - allow to specify numVarInd also by name via
numVarName
in primarySupression() for dominance rules (p
,nk
andpq
) - make use of sampling weights (by replicating) values for dominance rules.
- don't export unused functionality
createJJFormat()
andwriteJJFormat()
can be used to create text files with sdcProblems in "JJs Format"- allow to specify variable names too in
makeProblem
- use functionality from
sdcHierarchies
to build hierarchies. - removedcreate_node()
; please usehier_create()
instead- removed
add_nodes()
; please usehier_add()
instead - removed
delete_nodes()
; please usehier_delete()
instead - removed
rename_nodes()
; please usehier_rename()
instead
- removed
- bugfix when computing indices for contributing units used in some primary suppression methods
- better error messages in case invalid hierarchies have been specified
- update in SIMPLEHEURISTIC-algorithm that now really respects cells (status
"z"
) that must not be suppressed
- bugfix in SIMPLEHEURISTIC-algorithm
- code cleanup
- updated package vignette
- new functions
create_node()
,add_nodes()
anddelete_nodes()
that allow a dynamic generation of hierarchies. For an example have a look at?makeProblem
- Feature to create BATCH files suitable for tau-argus