Skip to content

Commit

Permalink
Merge pull request #23 from ihsn/next
Browse files Browse the repository at this point in the history
Example 5.14 - reformat
  • Loading branch information
mwelch750 committed May 31, 2018
2 parents 8de9a51 + 3121c44 commit 9b6d320
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions anon_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1344,12 +1344,11 @@ transition matrix

.. code-block:: R
sdcInitial <- **pram**\ (obj = sdcInitial, variables =
**c**\ ("TOILET"), pd = **c**\ (0.9, 0.5, 0.5, 0.5))
sdcInitial <- pram(obj = sdcInitial, variables = c("TOILET"), pd = c(0.9, 0.5, 0.5, 0.5))
## Number of changed observations:
## - - - - - - - - - - -
## TOILET != TOILET_pram : 496 (24.8%)
``## Number of changed observations:``
``## - - - - - - - - - - -``
``## TOILET != TOILET_pram : 496 (24.8%)``
In the invariant PRAM method, we can also specify the amount of
perturbation by specifying the parameter alpha. This choice is reflected
Expand Down

0 comments on commit 9b6d320

Please sign in to comment.