Skip to content

Commit

Permalink
Merge pull request #18 from ihsn/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
mwelch750 committed May 31, 2018
2 parents 2e114c9 + 0328224 commit 38b049a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions anon_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ Section 7.4 on classes in *R* and how to change the class of a variable.
Example 5.1: Using the sdcMicro function groupVars() to recode a
categorical variable

.. code-block:: r
:linenos:
| *# Frequencies of sizeRes before recoding*
| **table**\ (sdcInitial@manipKeyVars$sizeRes)
| ``## capital, large city small city town countryside``
Expand All @@ -353,6 +356,7 @@ categorical variable
| ``## urban rural``
| ``## 1142 1358``

Figure 5.1 illustrates the effect of recoding the variable “sizeRes” and
show respectively the frequency counts before and after recoding. We see
that the number of categories has reduced from 4 to 2 and the small
Expand Down
2 changes: 0 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}

def setup(app):
app.add_stylesheet('custom.css')

# -- Options for todo extension ----------------------------------------------

Expand Down

0 comments on commit 38b049a

Please sign in to comment.