Documentation

Exercise

Make changes to the data dictionary in accordance with the anonymization steps you made in this tutorial.

  • extractManipData(sdc)
    Extracts the anonymized dataset.

  • undolast(sdc)
    Reverts the last anonymization step.

  • get.sdcMicroObj()
    Accesses internal components of the object.

Learning Objective

  • After completing this part of the tutorial, you will know best practices on how to document your anonymization process.

Exercises

  • Make changes to this codebook to document anonymization steps (show old codebook of exercise data)
  • Include an exercise on writing an internal report of risk management?
Back to top