Skip to content

Commit

Permalink
Update anon_methods.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mwelch750 committed May 30, 2018
1 parent d23dab1 commit 6d6a528
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions anon_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,39 +69,39 @@ the *sdcMicro* package.

Table 5.1: SDC methods and corresponding functions in *sdcMicro*

+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+
| Method | Classification of SDC method | Data Type | Function in sdcMicro |
+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+
| Global Recoding | non-perturbative, determinitic | continuous and categorical | `globalRecode <http://www.rdocumentation.org/packages/sdcMicro/functions/globalrecode/>`_ () |
| | | | `groupVars <http://www.rdocumentation.org/packages/sdcMicro/functions/groupVars-methods/>`_ () |
+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+
| Top and bottom coding | non-perturbative, determinitic | continuous and categorical | `topBotCoding <http://www.rdocumentation.org/packages/sdcMicro/functions/topBotCoding/>`_ () |
| | | | |
+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+
| Local | non-perturbative, determinitic | categorical | `localSuppression <http://www.rdocumentation.org/packages/sdcMicro/functions/localSuppress |
| suppression | | | ion/>`_,localSupp() |
| | | | |
+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+
| PRAM | perturbative, | categorical | `pram <http://www.rdocumentation.org/packages/sdcMicro/functions/pram/>`_() |
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+
| Micro-aggregation | perturbative, | continuous | `microaggregation <http://www.rdocumentation.org/packages/sdcMicro/functions/microaggregation/>`_()|
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+
| Noise addition | perturbative, | continuous | `addNoise <http://www.rdocumentation.org/packages/sdcMicro/functions/addNoise/>`_() |
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+
| Shuffling | perturbative, | continuous | `shuffle <http://www.rdocumentation.org/packages/sdcMicro/functions/shuffle/>`_() |
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+
| Rank swapping | perturbative, | continuous | `rankSwap <http://www.rdocumentation.org/packages/sdcMicro/functions/rankSwap/>`_() |
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+---------------------------------------------------------------------------------------------------+ |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+
| Method | Classification of SDC method | Data Type | Function in sdcMicro |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+
| Global Recoding | non-perturbative, determinitic | continuous and categorical | `globalRecode <http://www.rdocumentation.org/packages/sdcMicro/functions/globalrecode/>`_ |
| | | | `groupVars <http://www.rdocumentation.org/packages/sdcMicro/functions/groupVars-methods/>`_ |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+
| Top and bottom coding | non-perturbative, determinitic | continuous and categorical | `topBotCoding <http://www.rdocumentation.org/packages/sdcMicro/functions/topBotCoding/>`_ |
| | | | |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+
| Local | non-perturbative, determinitic | categorical | `localSuppression <http://www.rdocumentation.org/packages/sdcMicro/functions/localSuppress |
| suppression | | | ion/>`_,localSupp() |
| | | | |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+
| PRAM | perturbative, | categorical | `pram <http://www.rdocumentation.org/packages/sdcMicro/functions/pram/>`_() |
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+
| Micro-aggregation | perturbative, | continuous | `microaggregation <http://www.rdocumentation.org/packages/sdcMicro/functions/microaggregation/>`_() |
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+
| Noise addition | perturbative, | continuous | `addNoise <http://www.rdocumentation.org/packages/sdcMicro/functions/addNoise/>`_() |
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+
| Shuffling | perturbative, | continuous | `shuffle <http://www.rdocumentation.org/packages/sdcMicro/functions/shuffle/>`_() |
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+
| Rank swapping | perturbative, | continuous | `rankSwap <http://www.rdocumentation.org/packages/sdcMicro/functions/rankSwap/>`_() |
| | probabilistic | | |
| | | | |
+--------------------------------+--------------------------------+----------------------------+-----------------------------------------------------------------------------------------------------+ |

Non-perturbative methods
------------------------
Expand Down

0 comments on commit 6d6a528

Please sign in to comment.