Copy HTML to Run R Code Example
About This Page
This page displays HTML code you can use to embed a live demonstration of the R Statistics Program for political science research.
These live online examples are easy to use and are great for teaching online classes.
<!-- The Start of collapseUsefulCategories.txt R Demo Code -->
<!-- Copy and paste this snippet into your web page -->
<!-- Modify border, width, and height attributes of the iframe as necessary -->
<iframe border=0 width=100% height=1200 src="https://rdrr.io/snippets/embed/?code=library%28poliscidata%29%0A%0A%23+Collapsing+numeric+variables+into+substantively+useful+categories%0Adescribe%28gss%24age%2C+weights%3Dgss%24wtss%29%0Agss%24age7+%3D+cut2%28gss%24age%2C+c%2821%2C+31%2C+41%2C+51%2C+61%2C+71%2C+89%29%29%0Alevels%28gss%24age7%29+%3D+c%28%2218-20%22%2C+%2221-30%22%2C+%2231-40%22%2C+%2241-50%22%2C+%2251-60%22%2C+%2261-70%22%2C++%2271-%22%29%0Agss%24age7+%3D+as.ordered%28gss%24age7%29%0A%0A%23+the+next+two+lines+not+strictly+necessary+but+should+check+our+work%0Alevels%28gss%24age7%29%0Afreq%28gss%24age7%2C+gss%24wtss%2C+plot%3DF%29%0A"></iframe>
<!-- End of collapseUsefulCategories.txt R Demo Code -->