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 stripChartDemo.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=%23+Chapter+4%3A+Making+Comparisons%0Alibrary%28poliscidata%29++%23+Loads+R+companion+package+in+session%0A%0A%23+STRIP+CHARTS%0A%0Acat%28%22Mean+Comparison+Table%3A%5Cn%22%29%0Acompmeans%28states%24union10%2C+states%24region%2C+plot%3DF%29%0A%0Astripchart%28union10+%7E+region%2C+data%3Dstates%2C%0A+++++++++++xlab%3D%22Region%22%2C+ylab%3D%22Percent+Unionized%22%2C+%0A+++++++++++main%3D%22Unionization%2C+by+Region%22%2C%0A+++++++++++vertical%3DTRUE%2C+%0A+++++++++++method%3D%22jitter%22%2C+%0A+++++++++++font.main%3D1%29"></iframe>
<!-- End of stripChartDemo.txt R Demo Code -->