NEWS.md
SIMPLEHEURISTIC
when adding additional suppressionsRegSDC
as suggested package in order to avoid a CRAN note"w"
)SSBtools::GaussSuppression
as method = "GAUSS"
available in protectTable()
typ = "microdata"
) in case aggregate codes are available in raw input data0
) are never marked primary sensitiveallowZeros = FALSE
"SIMPLEHEURISTIC
using method = "SIMPLEHEURISTIC_OLD"
in protectTable()
"SIMPLEHEURISTIC"
: weights are temporarily changed for "z"
-cells if no additional suppression can be detectedcreate_m_matrix()
c_gen_mat_m()
and .gen_constraint_matrix()
and genMatMFull()
c_make_att_prob
"SIMPLEHEURISTIC
approach
rcpp
rcpp
solve_attackerprobs
in protectTable
and protectLinkedTable
c_gen_mat_m
with problems that have a single dimensionattack()
glpkAPI
-packagec_quick_suppression()
and attack()
compute linear deps (.gen_contraint_matrix
) only oncecontributing_indices
)protect_linked_tables()
protectLinkedTables()
in the future (currently calls new function internally)SIMPLEHEURISTIC
algorithmcell_info()
replaces cellInfo()
(defunct)change_cellstatus()
replaces changeCellStatus()
(defunct)createRegSDCInput()
allows to compute input for e.g RegSDC::SuppressDec
safeObj
and related methods
sdcProblem
-objects (in slot results
)getInfo()
using an internal helper-function get_safeobj()
contributing_indices()
c_contributing_indices()
c_cellID
with utility-function cell_id()
getInfo()
and setInfo()
microData1.RData
and microData2.RData
data-raw
data(microdata1)
and data(microdata2)
problem.RData
and problemWithSupps.RData
with sdc_testproblem()
z
in primarySuppression()
protectLinkedTables()
lpSolveAPI
createJJFormat()
makeProblem()
is a complete table and not microdatasdcProb2df():
if numeric variables are shown; display their weighted values (in case) sampling weights have been specified in makeProblem
primarySuppression()
: for dominance rule it is now only possible to specify underlying variables by name (using argument numVarName
) and no longer by index to avoid errorscontributing_indices()
.Defunct
for old exported functionsub
, lb
) depend on costsnumVarName
in primarySupression() for dominance rules (p
, nk
and pq
)createJJFormat()
and writeJJFormat()
can be used to create text files with sdcProblems in “JJs Format”makeProblem
sdcHierarchies
to build hierarchies. - removed create_node()
; please use hier_create()
instead
add_nodes()
; please use hier_add()
insteaddelete_nodes()
; please use hier_delete()
insteadrename_nodes()
; please use hier_rename()
instead"z"
) that must not be suppressedcreate_node()
, add_nodes()
and delete_nodes()
that allow a dynamic generation of hierarchies. For an example have a look at ?makeProblem