<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tom Schenk Jr.</title>
	<atom:link href="http://tomschenkjr.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomschenkjr.net</link>
	<description>Education, economics, data visualization, and statistics</description>
	<lastBuildDate>Fri, 25 May 2012 20:34:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tomschenkjr.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tom Schenk Jr.</title>
		<link>http://tomschenkjr.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tomschenkjr.net/osd.xml" title="Tom Schenk Jr." />
	<atom:link rel='hub' href='http://tomschenkjr.net/?pushpress=hub'/>
		<item>
		<title>Using Sublime Text 2 for R</title>
		<link>http://tomschenkjr.net/2012/05/17/using-sublime-text-2-for-r/</link>
		<comments>http://tomschenkjr.net/2012/05/17/using-sublime-text-2-for-r/#comments</comments>
		<pubDate>Thu, 17 May 2012 13:37:14 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[sublime text]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1419</guid>
		<description><![CDATA[My R interface has been pretty basic in the last few years. I have usually stuck to the R console. Yes, I&#8217;ve tried Emacs with ESS; a staple, but it is so unbearably antiquated that I always gave up on its significant learning curve. GUI packages&#8211;especially Rstudio&#8211;offer viable alternatives, but I feel the GUI lets [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1419&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tomschenkjr.files.wordpress.com/2012/05/r-in-sublime-text2.png"><img class="aligncenter size-full wp-image-1445" title="R in Sublime Text" src="http://tomschenkjr.files.wordpress.com/2012/05/r-in-sublime-text2.png?w=600&h=357" alt="" width="600" height="357" /></a></p>
<p>My R interface has been pretty basic in the last few years. I have usually stuck to the R console. Yes, I&#8217;ve tried<a href="http://www.gnu.org/software/emacs/"> Emacs</a> with <a href="http://ess.r-project.org/">ESS</a>; a staple, but it is so unbearably antiquated that I always gave up on its significant learning curve. GUI packages&#8211;especially <a href="http://www.rstudio.org/">Rstudio</a>&#8211;offer viable alternatives, but I feel the GUI lets me lose focus of the code. I have been envious of TextMate for Mac, but alas, I&#8217;m not a Mac user. Recently, though, I&#8217;ve moved to <a href="http://www.sublimetext.com/2">Sublime Text 2</a>. With some nudging, I have been able to mimic the typical R console environment in the more-powerful Sublime Text program.</p>
<p><span id="more-1419"></span></p>
<blockquote><p>Want to skip to the basic instructions without the narrative? Just read the block quotes for specific instructions.</p></blockquote>
<p>Sublime Text 2 offers a similar experience as TextMate (e.g., autocompleting parenthesis and quotation marks) and integrates well with R and other programming languages. R users aren&#8217;t the primary target and it takes a little kick to get the environment perfected for the R community. This is a little tutorial to give R users a similar experience with Sublime Text without ruining the program&#8217;s versatility. That is, you can have a familiar R experience and easily use Sublime Text with programming languages (e.g., JavaScript, C++) and typesetting programs (e.g., LaTeX, Markdown, MultiMarkdown).</p>
<p>This setup will let you</p>
<ul>
<li>Browse R code with syntax highlighting</li>
<li>Use the familiar R console within Sublime Text</li>
<li>Send R code from a script to the R control (equivalent to Ctrl + R)</li>
<li>Organizing the layout so the script and console can be viewed simultaneously.</li>
</ul>
<div>The first and last items are natively supported, but we&#8217;ll need to make some additional adjustments for the second and third item.</div>
<h2><strong>Initial Setup</strong></h2>
<blockquote><p>I will presume some user knowledge here and will focus on the Windows user. Setup is very easy. Their website has<a title="Install Sublime Text 2" href="http://www.sublimetext.com/2"> links to executable autoinstallers</a>, you won&#8217;t need to unzip and manual install nor are you depending on a third party to graciously compile code on your behalf.</p></blockquote>
<p>Follow the instructions and install using the default settings.</p>
<h2><strong>Take a look around</strong></h2>
<p style="text-align:center;"><a href="http://tomschenkjr.files.wordpress.com/2012/05/r-script-syntax.png"><img title="R Script Syntax" src="http://tomschenkjr.files.wordpress.com/2012/05/r-script-syntax.png?w=600&h=313" alt="R Syntax" width="600" height="313" /></a></p>
<p>Before proceeding, take a look at the R interface. Similar to other programs (e.g., <a href="http://notepad-plus-plus.org/">Notepad++</a>), Sublime Text offers native syntax highlighting for R code. Load one of your codes or try a sample script. If you don&#8217;t see any highlighting, you can always tell Sublime Text by clicking <em>View  &gt; Syntax</em> and choosing <em>R</em>. Otherwise you can look in the lower right-hand corner as is shown in the image.</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2012/05/choose-language.png"><img class="aligncenter size-full wp-image-1430" title="Choose Language" src="http://tomschenkjr.files.wordpress.com/2012/05/choose-language.png?w=600" alt=""   /></a></p>
<p>A nifty feature is autocompleting parenthesis and other special characters. Type &#8220;<em>write.csv(</em>&#8221; and it&#8217;ll auto-insert the right paren &#8220;<em>)</em>&#8220;. Little underlines help you match each left parenthesis with the right parenthesis. It also works with &#8220;{&#8220;, &#8220;[", single, and double quotation marks.</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2012/05/tracking-parenthesis.png"><img class="aligncenter size-full wp-image-1441" title="Tracking Parenthesis" src="http://tomschenkjr.files.wordpress.com/2012/05/tracking-parenthesis.png?w=600&h=121" alt="Parenthesis and brackets are autoinserted" width="600" height="121" /></a></p>
<p>Comments have a lighter tone. So does the ubiquitous "&lt;-". Functions and special characters also have highlighting. If you don't like the color scheme, you can change it under Preferences &gt; Color Scheme. The default is Monokai, Twilight is a very dark theme while iPlastic is a very white theme.</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2012/05/autocomplete-variables.png"><img class="aligncenter size-full wp-image-1442" title="Autocomplete Variables" src="http://tomschenkjr.files.wordpress.com/2012/05/autocomplete-variables.png?w=600&h=138" alt="" width="600" height="138" /></a></p>
<p>Once you type a variable or function names, you can easily reference it later for autocompletion. Load the data into a variable called "sampleData" and you only need to type "sa" and hit tab to complete the name. If there are multiple possible matches, then you can use arrow keys to choose. The limitation of this, however, is that Sublime Text treats "sample.data" as two separate names. To counter this, I've started to use underscores, which is friendlier. Also, Sublime Text is using a simple approach--it simply refers to what you've typed before, it is not remembering variables in your memory the same way the GUI interfaces do.</p>
<p>There are plenty of shortcuts. Select a few lines of code and press <strong>Ctrl + /</strong> to toggle comments. <strong>Ctrl + L</strong> will select the entire line based on your cursor. <strong>Ctrl + G</strong>, type in a number and you'll jump to that line of code. Type <strong>Ctrl + :</strong> and type a variable name, it'll find all instances. If you have multiple tabs, type <strong>Ctrl + P</strong> and you can jump to specific tabs.</p>
<p>At this point, however, you can't execute or "compile" code. It's just pretty font, helpful quirks, and shortcuts.</p>
<h2><strong>Package Manager</strong></h2>
<p>Our next goal is to be able use the R console and do calculations within Sublime Text. We're going to use<em> </em>the <em>SublimeREPL</em> package to accomplish this. Don't worry, this isn't a rarefied thing that will clutter your RAM just for R; you'll probably use this package for other things too.</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2012/05/install-packages.png"><img class="aligncenter size-full wp-image-1440" title="Install Packages" src="http://tomschenkjr.files.wordpress.com/2012/05/install-packages.png?w=600&h=158" alt="CTRL + SHIFT + P to bring up the package manager" width="600" height="158" /></a></p>
<blockquote><p>Use Sublime Text's built-in Package Manager. To access it type "<strong>Ctrl + Shift + P</strong>" to bring up a text box. Without using your mouse, begin to type "<em>Install package</em>" (without quotation marks).</p>
<p>Then type "SublimeREPL" and hit enter when it's highlighted.</p></blockquote>
<p>SublimeREPL essentially allows Sublime Text to access compilers or other programs. You can write in Sublime Text and send it to R for the computing. The results are sent back to Sublime Text for display. For you, it will operate like the normal R console.</p>
<p>However, we need to tell SublimeREPL where R is located on our computer. We need to add R to the Windows Path.</p>
<blockquote><p>Find where R is installed. To do this, right click on your R icon--whether it's start menu, desktop, or taskbar. Under the "Shortcut" tab, note the file path under "Target:". Copy and paste this to a text document, you'll need this shortly.</p></blockquote>
<p><a href="http://tomschenkjr.files.wordpress.com/2012/05/r-path.png"><img class="aligncenter size-full wp-image-1436" title="R Path" src="http://tomschenkjr.files.wordpress.com/2012/05/r-path.png?w=600" alt=""   /></a></p>
<p><em>Update: Wojciech Bederski (wuub in comments) gave a great tip to make this even easier than before.</em></p>
<p>Now,</p>
<blockquote><p>Click on <em>Preferences -&gt; Package Settings &gt; SublimeREPL &gt; Settings – User</em>. Use the screenshot or example below and paste in the path.</p></blockquote>
<p><a href="http://tomschenkjr.files.wordpress.com/2012/05/editing-path-in-sublime1.png"><img class="aligncenter size-full wp-image-1452" title="Editing PATH in Sublime" src="http://tomschenkjr.files.wordpress.com/2012/05/editing-path-in-sublime1.png?w=600&h=136" alt="" width="600" height="136" /></a></p>
<p>For example, you might paste:</p>
<p><pre class="brush: plain;">
{
&quot;default_extend_env&quot;:{&quot;PATH&quot;:&quot;{PATH};C:\\Users\\tls573\\Documents\\R\\R-2.14.1\\bin\\x64&quot;}
}
</pre></p>
<p>Notice in my example that I am ignoring (disabled) some packages I have installed. In order for this to work, I needed to add a comma after the bracket on line 8 and pasted the &#8220;default_extend_env&#8221; within the curly brackets.</p>
<p>Now you have told where Sublime Text can look to find R.</p>
<blockquote><p>Open the R Console by clicking <em>Tools &gt; SublimeREPL &gt; R</em>. A window will pop up with the familiar R console header.</p></blockquote>
<p><a href="http://tomschenkjr.files.wordpress.com/2012/05/r-console2.png"><img class="aligncenter size-full wp-image-1431" title="R Console" src="http://tomschenkjr.files.wordpress.com/2012/05/r-console2.png?w=600&h=261" alt="" width="600" height="261" /></a></p>
<h2><strong>Further Customization: R Shortcuts</strong></h2>
<p>The R console is fantastic because you can quickly execute code from a script. SublimeREPL does have this capability, but the R user will want to use Ctrl+R, or something similar. Additionally, the native shortcut to execute script has some issues because it conflicts with other shortcuts already built-in Sublime Text.</p>
<p>Sublime Text calls these shortcuts &#8220;keybindings&#8221;. Fortunately, they can be edited. However, you have to be careful since Sublime Text has <em>a lot</em> of shortcuts and it&#8217;s easy to duplicate them, causing further issues.</p>
<p>I have a proposed set that should be pretty R user friendly. You can select some code (multiple, partial, or single lines) and run it in R using <strong>Ctrl + Shift + R</strong>. This is similar to the shortcut in the R console (a previous conflict prevents Ctrl + R without a lot of work).</p>
<p><del>Find the existing keybindings for SublimeREPL. Navigate to &#8220;C:\Users\[login user]\AppData\Roaming\Sublime Text 2\Packages\SublimeREPL\Default (Windows).sublime-keymap&#8221;. Right click on the file and open it in Sublime Text. Where it says [login user], use your Windows login without the square brackets.</del></p>
<p>Copy and paste the contents of the code below into the file, completely replacing the text, then save using the same file name.</p>
<p><em>Wuub (Wojciech) pointed out that the default keymap will be overwritten with every REPL update. Use this method instead:</em></p>
<blockquote><p>Go to Preferences &gt; Key Bindings &#8211; User and paste the code below. If something if already there, then append the code to the bottom.</p></blockquote>
<script src="https://gist.github.com/2790415.js"></script>
<p>You can also execute a line of code&#8211;without highlighting&#8211;using <strong>Ctrl + Alt + R</strong>. Select line(s) of code and send it to the console by typing <strong>Ctrl + Shift + R</strong> and then hitting <strong>R</strong> again. Similarly, display a line of code using <strong>Ctrl + Alt + R</strong> and then typing <strong>R</strong> again.</p>
<p>If you want to execute the entire script, type <strong>Shift + F7 </strong>and the entire file will be ran in R, no matter where your cursor is placed. I chose <strong>F7</strong> because that is commonly used to compile code in other languages in Sublime Text.</p>
<p>A block of code can be sent by pressing <strong>Ctrl + Alt + Shift + R. </strong> A block is the code between { }, such as a function. If you want to view the code before it&#8217;s executed, press <strong>Ctrl + Alt + Shift + R</strong>, then press R again.</p>
<h2><strong>Side-by-Side</strong></h2>
<p><a href="http://tomschenkjr.files.wordpress.com/2012/05/side-by-side-view.png"><img class="aligncenter size-full wp-image-1432" title="Side-by-side View" src="http://tomschenkjr.files.wordpress.com/2012/05/side-by-side-view.png?w=600&h=355" alt="" width="600" height="355" /></a></p>
<p>It is difficult when the script is in one window and the console in another, but it&#8217;s easy to have the same feel as the R console.</p>
<blockquote><p>To have the script and console side-by-side, click <em>View &gt; Layout</em>. Choose either &#8220;Columns: 2&#8243; or &#8220;Rows: 2&#8243;, depending on your preference.</p>
<p>Switch between the side-by-side windows using Ctrl + 1 or Ctrl + 2.</p></blockquote>
<p>Now you can see your script(s) and output side-by-side.</p>
<h2><strong>Drawbacks</strong></h2>
<p>The annoyances:</p>
<ul>
<li>The console behaves like a text editor. Your cursor will need to be at the end of the line before you hit enter. Otherwise it just creates a linebreak.</li>
<li>When you use Ctrl + Shift + R (send selection) or Ctrl + Alt + R (send line), the console shows &#8220;&gt;&#8221; every time a command is send. This is a little annoying, but moreso if there are errors in your code.</li>
<li>Sometimes the Ctrl + Shift + R or Ctrl + Alt + R is a little finicky, but I think I do it too quickly. Be deliberate if it does not seem to work.</li>
<li>When I am doing some heavy R computations, the setup can become slow. It has only happened once and could have ultimately been my fault. Let me know about any performance issues.</li>
</ul>
<p>Besides R, Sublime Text can also handle other programming/scripting language. It can also handle typesetting languages, such as LaTeX or Markdown. SublimeREPL also works with other languages, such as Ruby and Python.</p>
<h2><strong>Credits</strong></h2>
<p>This is a tutorial that combines the work of others. This tutorial is just making gumbo from the recipes of others. In particular, <a href="http://wuub.net/">Wojciech Bederski</a>, who wrote the SublimeREPL package, which is key. <em>Update</em>: Wojciech also wanted to give props to hootener, who really supported the Windows R implementation for REPL.  <a href="http://mads379.github.com/">Mads Hartmann Jensen</a> <a href="https://github.com/mads379/SublimeREPL/commit/1d1527b63fc9abd86ca3bb23dad29dd2604984ac">wrote</a> added the R support in REPL.  Obviously, the Sublime folks have put together a&#8230;uh&#8230;sublime program.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1419/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1419&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2012/05/17/using-sublime-text-2-for-r/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/r-in-sublime-text2.png" medium="image">
			<media:title type="html">R in Sublime Text</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/r-script-syntax.png" medium="image">
			<media:title type="html">R Script Syntax</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/choose-language.png" medium="image">
			<media:title type="html">Choose Language</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/tracking-parenthesis.png" medium="image">
			<media:title type="html">Tracking Parenthesis</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/autocomplete-variables.png" medium="image">
			<media:title type="html">Autocomplete Variables</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/install-packages.png" medium="image">
			<media:title type="html">Install Packages</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/r-path.png" medium="image">
			<media:title type="html">R Path</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/editing-path-in-sublime1.png" medium="image">
			<media:title type="html">Editing PATH in Sublime</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/r-console2.png" medium="image">
			<media:title type="html">R Console</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/05/side-by-side-view.png" medium="image">
			<media:title type="html">Side-by-side View</media:title>
		</media:content>
	</item>
		<item>
		<title>Agree with the point, but not the logic</title>
		<link>http://tomschenkjr.net/2012/04/03/agree-with-the-point-but-not-the-logic/</link>
		<comments>http://tomschenkjr.net/2012/04/03/agree-with-the-point-but-not-the-logic/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 18:05:33 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[center for the future of higher education]]></category>
		<category><![CDATA[community colleges]]></category>
		<category><![CDATA[enrollment]]></category>
		<category><![CDATA[gary rhoads]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1400</guid>
		<description><![CDATA[Education scholar, Gary Rhoads, was the lead author on a report released by Center for the Future of Higher Education, an organization that Dr. Rhoads leads. The main thrust is the troubling decline in community college funding and it&#8217;s impact on student access. Specifically, that the reducing the budget has put caps on programs and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1400&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Education scholar, Gary Rhoads, was the lead author on a <a href="http://futureofhighered.org/uploads/ClosingTheDoorFINAL_ALL32812.pdf">report</a> released by Center for the Future of Higher Education, an organization that Dr. Rhoads leads. The main thrust is the troubling decline in community college funding and it&#8217;s impact on student access. Specifically, that the reducing the budget has put caps on programs and created a conflict with the community college &#8220;open admissions&#8221; policies. However, in attempting to argue this, the report makes an odd claim: &#8220;Enrollment in community colleges across the country is plateauing and declining despite rising student demand.&#8221;</p>
<p>I agree with the thesis, but not the logic. Dr. Rhoads attempts to tie the recent enrollment declines to limited budgets. &#8220;Enrollment in community colleges across the country is plateauing and declining,&#8221; he argues, &#8220;despite rising student demand.&#8221; Dr. Rhoads seems insistent on this latter part, but here is where I get lost. Although demand is much higher than 5 years ago, many states have had declining enrollments since two years ago.</p>
<p><span id="more-1400"></span></p>
<p>Moreover, the sharp decline in enrollment was projected ahead of time based on demand-based factors*. <a href="http://educateiowa.gov/index.php?option=com_docman&amp;task=doc_download&amp;gid=10587&amp;Itemid=1673">I predicted</a> the sharp decline in Iowa&#8217;s community college enrollment because of decrease in demand.* The U.S. Department of Education estimated enrollment would move from a 7% growth between 2008 and 2009 to a 0.8% growth between 2009 and 2010 (turned out to be a <a href="http://nces.ed.gov/pubs2012/2012280.pdf">1.7% growth</a>) using a methodology primarily based on demand. Oddly, Dr. Rhoads report also cites a <em><a href="http://www.communitycollegereview.com/articles/391">Community College Review</a></em> article that notes several states expected their enrollments to decline, even in states where he claims students are being turned away because of budget cuts.</p>
<p>The reason for the decline? I think that many students who jumped into community colleges simply graduated, transferred, or entered back into the labor market. Dr. Rhoads, during a bit of a Twitter conversation, noted that the graduation rates have not increased at community colleges, and he&#8217;s absolutely right. But the graduation rate formula at community colleges are woefully inadequately, capturing first-time, full-time students. In this instance, it&#8217;s more meaningful to look at total number of awards. In Iowa, we saw the largest jump in the number of awards since we started tracking that statistic. Unfortunately, I haven&#8217;t been able to grab the most recent national statistic.</p>
<p>It is also likely that there was a reduction in student demand as unemployment began to recover. Although the unemployment rate has been slowly declining, there has been a reducing in the <em>number</em> of unemployed individuals. In August 2009 (the fall 2009 semester), there were 14,823,000 unemployed &#8220;adults&#8221; (16+). At the beginning of the fall 2011 semester, there were 14,008,000 unemployment adults. Currently, as of February 2012 (let&#8217;s call that the spring 2012 semester), 13,430,000 unemployed adults.</p>
<h2><strong>The Converse</strong></h2>
<p>Like I said, I ultimately agree with Dr. Rhoads. The budget cuts, &#8220;operating more with less&#8221;, has taken a toll, but not in the way he suggests. Instead, I suspect community college enrollment in specific majors/programs was artificially capped during the enrollment surge. Enrollment in community colleges grew 7% in 2009, which was likely caused by the sudden economic deterioration. During this point, we saw colleges struggle to add capacity to technical programs which could not expand fast enough to keep pace. Within Iowa, there were numerous instances of programs with long waiting lists.** At this point, Dr. Rhoads is right; many students were turned away and, likely, those who would <a href="http://personal.psc.isr.umich.edu/yuxie-web/files/working-papers/Brand-Xie-edu.pdf">benefit the most from college</a>.</p>
<h2><strong>Rejoinder</strong></h2>
<p>Dr. Rhoads is a respected scholar and the report seemed to catch the attention of <a href="http://eduoptimists.blogspot.com/">other good education researchers</a>. The line of argumentation doesn&#8217;t make sense though. Student demand is clearly higher now than 5 years ago, but there is no way enrollments are going to be as high as 2009. Yet, the report compares current enrollment with the enrollment peak as evidence that students are being turned away.  California is a clear case where this is happening, but the evidence isn&#8217;t clear in the other states***</p>
<p>These seem like minor quibbles. It would be easy agree to disagree with the logic for an argument I ultimately agree with. But I think it is very important for academia to play a mediating role between government, administrators, and the public. Lawmakers who are bent on reducing public expenditures will claim that higher education is well-funded or even over-funded&#8211;even when they are clearly not adequately funded, such as the case now. Higher education administrators will complain they are under-funded or have too many burdens even in periods where funding is adequate and the regulation is meaningful.</p>
<p>And some of it is my past experience. I hated, <em>hated</em>, when an advocacy paper from a think-tank was released that played fast-and-loose. As a result, there was a lot of running around trying to adjust the newly-formed misconceptions. Normally, these reports argued against my belief or policies. In this circumstance, there is a peaceful rejoinder on an unfortunate circumstance&#8211;we ultimately agree that students are being turned away, just differ on when it happened. Even when community colleges had rapidly increasing enrollment, the limit on programs seemed to conflict with their open admission policies. Although students were admitted and were suitable for some programs, there was simply no room.</p>
<address>*Predicting enrollment decline based on demand factors doesn&#8217;t negate the possibility that enrollment declined because of caps.</address>
<address>**Even so, we need to debate whether the program caps are aligned to the labor market. Perhaps the only thing worse than being excluded from a program is being trained in an occupation where no jobs exist.</address>
<address>***There certainly could be more, but I haven&#8217;t noticed any strong evidence in other states. At least, there isn&#8217;t evidence that this is happening in most states.</address>
<address> </address>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1400/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1400/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1400/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1400&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2012/04/03/agree-with-the-point-but-not-the-logic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Nouveau: Ideas for Visualizations</title>
		<link>http://tomschenkjr.net/2012/01/23/data-nouveau-ideas-for-visualizations/</link>
		<comments>http://tomschenkjr.net/2012/01/23/data-nouveau-ideas-for-visualizations/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 13:15:29 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Data Visualization]]></category>
		<category><![CDATA[data nouveau]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1382</guid>
		<description><![CDATA[Starting a project where you need to make a series of graphs or a visualization can be frustrating. One of the hardest tasks is to find a theme, a style which you want to use. Though minimalism is the dominate &#8220;style&#8221; in data visualization, there is a lot of approaches to any graphical approaches. So I&#8217;ve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1382&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Starting a project where you need to make a series of graphs or a visualization can be frustrating. One of the hardest tasks is to find a theme, a style which you want to use. Though minimalism is the dominate &#8220;style&#8221; in data visualization, there is a lot of approaches to any graphical approaches. So I&#8217;ve started a blog, <a href="http://datanouveau.tumblr.com/">Data Nouveau</a>, to browse sources of influence for data projects.</p>
<p>It will mostly include graphs and data visualizations, but will also use other sources&#8211;such as art and movies&#8211;for ideas, such as color palette. Essentially, I hope it will serve as a sort of free style magazine for those starting new projects. I&#8217;m also <a href="http://datanouveau.tumblr.com/submit">accepting submissions</a> of any interactive, static graphing style, data visualization project, or anything that might help someone choose a color palette, graphing style, or layout for their own project.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1382/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1382&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2012/01/23/data-nouveau-ideas-for-visualizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>
	</item>
		<item>
		<title>Measuring Transitions Into the Workforce as a Form of Accountability</title>
		<link>http://tomschenkjr.net/2012/01/03/measuring-transitions-into-the-workforce-as-a-form-of-accountability/</link>
		<comments>http://tomschenkjr.net/2012/01/03/measuring-transitions-into-the-workforce-as-a-form-of-accountability/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 20:06:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[accountability]]></category>
		<category><![CDATA[college major]]></category>
		<category><![CDATA[community colleges]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[iowa]]></category>
		<category><![CDATA[IR Applications]]></category>
		<category><![CDATA[longitudinal data system]]></category>
		<category><![CDATA[publication]]></category>
		<category><![CDATA[student achievement]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1379</guid>
		<description><![CDATA[My new publication in November&#8217;s IR Applications, which is published by the Association for Institutional Research: This paper explores the relationship between student major and industry of employment and its application to higher education accountability. Data provided by statewide longitudinal data systems (SLDS) have enabled state educational agencies and colleges to follow students into the workforce. While most studies have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1379&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tomschenkjr.files.wordpress.com/2012/01/air-bannder.png"><img class="aligncenter size-full wp-image-1468" title="air-banner" src="http://tomschenkjr.files.wordpress.com/2012/01/air-bannder.png?w=600&h=69" alt="" width="600" height="69" /></a></p>
<p>My new publication in November&#8217;s <a href="http://www3.airweb.org/?page=566">IR Applications</a>, which is published by the Association for Institutional Research:</p>
<blockquote><p>This paper explores the relationship between student major and industry of employment and its application to higher education accountability. Data provided by statewide longitudinal data systems (SLDS) have enabled state educational agencies and colleges to follow students into the workforce. While most studies have focused on wage outcomes, this study shows how to use SLDS data to understand the correlation between major and industry. The transition into the workforce is an important outcome since it is an assessment of a college’s ability to develop specific, targeted sectors of the economy. We use SLDS data from Iowa to follow community college alumni from 2002 through 2008.</p></blockquote>
<p>Find it <a href="http://www3.airweb.org/images/irapps32.pdf">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1379/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1379/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1379/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1379&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2012/01/03/measuring-transitions-into-the-workforce-as-a-form-of-accountability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2012/01/air-bannder.png" medium="image">
			<media:title type="html">air-banner</media:title>
		</media:content>
	</item>
		<item>
		<title>Poverty Estimates for Children by Iowa School Districts</title>
		<link>http://tomschenkjr.net/2011/11/29/poverty-estimates-for-children-by-iowa-school-districts/</link>
		<comments>http://tomschenkjr.net/2011/11/29/poverty-estimates-for-children-by-iowa-school-districts/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 20:21:44 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[iowa]]></category>
		<category><![CDATA[poverty rate]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1356</guid>
		<description><![CDATA[U.S. Census Bureau released poverty and income estimates for small areas, including counties and school districts, in an interactive map. Here is a picture of poverty estimates for children (between 5 and 17 years-old) by Iowa school district. Darker areas represent a higher proportion of kids in poverty. Pockets of high poverty, 30%+, are predominately [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1356&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>U.S. Census Bureau<a href="http://www.census.gov/did/www/saipe/data/maps/index.html"> released poverty and income estimates</a> for small areas, including counties and school districts, in an interactive map. Here is a picture of poverty estimates for children (between 5 and 17 years-old) by Iowa school district.</p>
<p><a href="http://www.census.gov/did/www/saipe/data/maps/index.html"><img class="aligncenter size-full wp-image-1357" title="census-poverty-schooldistrict-2010" src="http://tomschenkjr.files.wordpress.com/2011/11/census-poverty-schooldistrict-2010.png?w=600" alt=""   /></a></p>
<p>Darker areas represent a higher proportion of kids in poverty. Pockets of high poverty, 30%+, are predominately in southern Iowa. Not surprisingly, <a href="http://tomschenkjr.net/2011/05/18/educational-attainment-of-adults-over-25-in-iowa/">educational attainment</a> for adults in these same school districts also tend to be lower.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1356&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2011/11/29/poverty-estimates-for-children-by-iowa-school-districts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2011/11/census-poverty-schooldistrict-2010.png" medium="image">
			<media:title type="html">census-poverty-schooldistrict-2010</media:title>
		</media:content>
	</item>
		<item>
		<title>More on Midwest Urbanization</title>
		<link>http://tomschenkjr.net/2011/11/28/more-on-midwest-urbanization/</link>
		<comments>http://tomschenkjr.net/2011/11/28/more-on-midwest-urbanization/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 22:41:41 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[agriculture]]></category>
		<category><![CDATA[economic geography]]></category>
		<category><![CDATA[manufacturing]]></category>
		<category><![CDATA[Midwest]]></category>
		<category><![CDATA[rural]]></category>
		<category><![CDATA[urbanization]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1349</guid>
		<description><![CDATA[Kyle Munson from The Des Moines Register wrote a featured article on the changing population base in the Midwest based on new Census data. Below is the graph from the article: The lower-left graphic&#8211;dependence on manufacturing jobs&#8211;is one of the first items I mention to folks when discussing Iowa&#8217;s economy. Rural areas rely more on manufacturing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1349&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.desmoinesregister.com/article/20111127/NEWS03/311270044/-1/gallery_array/Pockets-vitality-flourish-statistics-remain-grim">Kyle Munson</a> from <em>The Des Moines Register</em> wrote a featured article on the changing population base in the Midwest based on new Census data. Below is the graph from the article:</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2011/11/bilde.jpg"><img class="aligncenter size-full wp-image-1350" title="bilde" src="http://tomschenkjr.files.wordpress.com/2011/11/bilde.jpg?w=600" alt=""   /></a></p>
<p>The lower-left graphic&#8211;dependence on manufacturing jobs&#8211;is one of the first items I mention to folks when discussing Iowa&#8217;s economy. Rural areas rely more on manufacturing than agriculture as a percentage of employment and as a percentage of income after the 1982 recession&#8211;most assume it&#8217;s agriculture. The <a href="http://midwest.chicagofedblogs.org/archives/2011/11/nonmetropolitan.html">Federal Reserve Bank of Chicago</a> noted the greater reliance of non-metro areas on manufacturing in the past decades. In the graph below, the orange areas represent counties which the share of manufacturing income is greater than the statewide average. The white areas are metropolitan areas. In 2009, two-thirds of non-metro counties are highlighted in orange.</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2011/11/manufacturing-share-2009_2.png"><img class="aligncenter size-full wp-image-1352" title="Manufacturing Share 2009_2" src="http://tomschenkjr.files.wordpress.com/2011/11/manufacturing-share-2009_2.png?w=600&h=533" alt="" width="600" height="533" /></a></p>
<p><span id="more-1349"></span></p>
<p>Scholars have noted the decline in rural Midwestern states. Often, they point to the high concentration of manufacturing as a perilous position for rural counties. Manufacturing, one could argue, is often outsourced, which would be catastrophic for these communities if a manufacturer left. It is critical to note, however, manufacturing in these areas are often forms of food manufacturing. For instance, corn is rarely sold for corn, but is now used to create products such as high fructose corn syrup and, of course, ethanol (40% of all corn production). Though ethanol is not considered food manufacturing, it is similar insofar as it is the processing of sugars. Manufacturing provides greater gross <a href="http://en.wikipedia.org/wiki/Value_added">value-added</a> than the agriculture cultivation process which contributes to a greater proportion of income coming from manufacturing as opposed to agriculture. In reality, manufacturing is still tied to Iowa&#8217;s agricultural base, making it harder for those firms to be simply exported.</p>
<p>Iowa has had increasing reliance on food manufacturing for employment. A <a href="http://midwest.chicagofedblogs.org/archives/2011/11/nonmetropolitan.html">graph</a> from the aforementioned Federal Reserve Bank of Chicago shows the increase in Iowa in relation to neighboring states:</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2011/11/7nmpx.png"><img class="aligncenter size-full wp-image-1351" title="7nmpx" src="http://tomschenkjr.files.wordpress.com/2011/11/7nmpx.png?w=600&h=400" alt="" width="600" height="400" /></a></p>
<p>The rise of manufacturing is notable, but it is a mistake to separate it from Iowa&#8217;s agriculture. Fortunately, it means rural Iowa is not just waiting to be outsourced, but it doesn&#8217;t guarantee economic growth either. Notable books and articles have touched on the &#8220;death&#8221; of the rural Midwest&#8211;search for any book with &#8220;Middle&#8221; in its title&#8211;which is mostly tied to the shift &#8220;away&#8221; from agriculture and large migration outflow.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1349/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1349&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2011/11/28/more-on-midwest-urbanization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2011/11/bilde.jpg" medium="image">
			<media:title type="html">bilde</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2011/11/manufacturing-share-2009_2.png" medium="image">
			<media:title type="html">Manufacturing Share 2009_2</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2011/11/7nmpx.png" medium="image">
			<media:title type="html">7nmpx</media:title>
		</media:content>
	</item>
		<item>
		<title>Hollowing Out?</title>
		<link>http://tomschenkjr.net/2011/11/22/hollowing-out/</link>
		<comments>http://tomschenkjr.net/2011/11/22/hollowing-out/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 07:00:44 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[economic geography]]></category>
		<category><![CDATA[income per capita]]></category>
		<category><![CDATA[Midwest]]></category>
		<category><![CDATA[rural]]></category>
		<category><![CDATA[urbanization]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1343</guid>
		<description><![CDATA[Well-written books like Hollowing Out the Middle and Caught in the Middle have noted the net outward migration of education populations to urban areas. The Federal Reserve Bank of Chicago shows that real per capita income shows there is not as much disparity in real income per capita between the upper Midwest metro areas and non-metro areas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1343&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well-written books like <em>Hollowing Out the Middle</em> and <em>Caught in the Middle</em> have noted the net outward migration of education populations to urban areas. The Federal Reserve Bank of Chicago <a href="http://midwest.chicagofedblogs.org/archives/2011/11/nonmetropolitan.html">shows</a> that real per capita income shows there is not as much disparity in real income per capita between the upper Midwest metro areas and non-metro areas as one might guess.</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2011/11/metro-nonmetro-real-per-capita-income.png"><img class="aligncenter size-full wp-image-1344" title="metro-nonmetro real per capita income" src="http://tomschenkjr.files.wordpress.com/2011/11/metro-nonmetro-real-per-capita-income.png?w=600&h=443" alt="" width="600" height="443" /></a></p>
<p>Iowa, where research in <em>Hollowing Out the Middle </em>was based, has transformed from agriculture as a final good to agriculture as an input into manufacturing. The greater value-added from manufacturing&#8211;such a Marxian concept, I know&#8211;has helped keep real income higher in the non-metro areas.</p>
<p>This data does not negate the other concerns raised by the authors of the aforementioned books, but non-metro areas can provide a base for manufacturing that may not be easily outsourced.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1343/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1343/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1343/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1343&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2011/11/22/hollowing-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2011/11/metro-nonmetro-real-per-capita-income.png" medium="image">
			<media:title type="html">metro-nonmetro real per capita income</media:title>
		</media:content>
	</item>
		<item>
		<title>Earnings and Unemployment by Major</title>
		<link>http://tomschenkjr.net/2011/11/14/earning-and-unemployment-by-major/</link>
		<comments>http://tomschenkjr.net/2011/11/14/earning-and-unemployment-by-major/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 22:25:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[economics of education]]></category>
		<category><![CDATA[human capital]]></category>
		<category><![CDATA[unemployment]]></category>
		<category><![CDATA[wages]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1333</guid>
		<description><![CDATA[Wall Street Journal posted data from the venerable Center on Education and the Workforce on earnings and unemployment by college major. There is a relative floor at $40,000 with a wide variation of unemployment (poor clinical psychology). There is a negative correlation between earnings and unemployment rate, but it might be too presumptuous to presume [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1333&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wall Street Journal posted <a href="http://graphicsweb.wsj.com/documents/NILF1111/#term=">data</a> from the venerable Center on Education and the Workforce on earnings and unemployment by college major.</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2011/11/median-earnings-unemployment.png"><img class="aligncenter size-full wp-image-1334" title="median-earnings-unemployment" src="http://tomschenkjr.files.wordpress.com/2011/11/median-earnings-unemployment.png?w=600&h=416" alt="" width="600" height="416" /></a>There is a relative floor at $40,000 with a wide variation of unemployment (poor clinical psychology). There is a negative correlation between earnings and unemployment rate, but it might be too presumptuous to presume that high-paying majors get their cake and eat it too. Depending on the methodology, the higher earnings might simply reflect the fact they have a job.</p>
<p><span id="more-1333"></span></p>
<p>Of course, median earnings is only one dimension. Below shows a messy graph that also incorporates the first and third quartiles:</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2011/11/earnings-quartile-unemployment.png"><img class="aligncenter size-full wp-image-1335" title="earnings-quartile-unemployment" src="http://tomschenkjr.files.wordpress.com/2011/11/earnings-quartile-unemployment.png?w=600&h=416" alt="" width="600" height="416" /></a>On average, the third quartile was about 44 percent above the median values. Most of the majors had median earnings in the center of the inter-quartile range.</p>
<p>Similar data is also available for <a href="http://tomschenkjr.net/2010/04/12/n-tuple-line-graphs-wages-of-graduates-and-leavers/">Iowa community colleges</a>.</p>
<p>There are important threads in the data with are important to notice. The top 10 paying jobs are:</p>
<ol>
<li>Petroleum engineering</li>
<li>Pharmacy/Pharmaceutical sciences &amp; administration</li>
<li>Mining and mineral engineering</li>
<li>Naval architecture &amp; marine engineering</li>
<li>Nuclear engineering</li>
<li>Mathematics and computer science</li>
<li>Chemical engineering</li>
<li>Electrical engineering</li>
<li>Metallurgical engineering</li>
<li>Military technologies</li>
</ol>
<div>These majors are at the core of the STEM disciplines&#8211;though the definition of STEM <a href="http://tomschenkjr.files.wordpress.com/2010/01/defining-stem-2010-1-11.pdf">varies</a>. Even though the notion that there is a lack of STEM majors is perpetually <a href="http://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;ved=0CCAQFjAA&amp;url=http%3A%2F%2Fwww.jstor.org%2Fstable%2F1883726&amp;ei=35PBTu3iGOvisQKTuMG0BA&amp;usg=AFQjCNEI0sxdvCy8RhbqSitQbM67TjtyJQ&amp;sig2=6dlpamf380zYchto16wBOg">overstated</a>, it is clear that STEM majors still provide high wages  and an average unemployment rate for college graduates.</div>
<div>This data also reminds folks (parents, teachers, administrators, policy makers) that there is a moral duty to ensure every student has an <em>opportunity</em> to enter these fields. Some <a href="http://www.mindingthecampus.com/originals/2011/11/about_all_those_stem_dropouts.html">think</a> it is only a costly effort to encourage students to enter in STEM majors since they may be under prepared and will inevitable drop-out. This could certainly be the case, but the most important efforts in encouraging STEM tends to take place in high school or earlier.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1333&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2011/11/14/earning-and-unemployment-by-major/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2011/11/median-earnings-unemployment.png" medium="image">
			<media:title type="html">median-earnings-unemployment</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2011/11/earnings-quartile-unemployment.png" medium="image">
			<media:title type="html">earnings-quartile-unemployment</media:title>
		</media:content>
	</item>
		<item>
		<title>Battling Bad Science</title>
		<link>http://tomschenkjr.net/2011/10/09/battling-bad-science/</link>
		<comments>http://tomschenkjr.net/2011/10/09/battling-bad-science/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 01:09:53 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[ben goldacre]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[TED]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1273</guid>
		<description><![CDATA[A few important statistical concepts are mentioned here, including observational versus randomized trails (randomization apparently is mentioned in Daniel 1:12); causality; publication bias; and a &#8220;funnel&#8221; plot.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1273&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few important statistical concepts are mentioned here, including observational versus randomized trails (randomization apparently is mentioned in Daniel 1:12); causality; publication bias; and a &#8220;funnel&#8221; plot.</p>
<p style="text-align:center;"><object width="526" height="374">
<param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param>
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always"/>
<param name="wmode" value="transparent"></param>
<param name="bgColor" value="#ffffff"></param>
<param name="flashvars" value="vu=http://video.ted.com/talk/stream/2011G/Blank/BenGoldacre_2011G-320k.mp4&su=http://images.ted.com/images/ted/tedindex/embed-posters/BenGoldacre_2011-embed.jpg&vw=512&vh=288&ap=0&ti=1234&lang=eng&introDuration=15330&adDuration=4000&postAdDuration=830&adKeys=talk=ben_goldacre_battling_bad_science;year=2011;theme=bold_predictions_stern_warnings;theme=food_matters;theme=a_taste_of_tedglobal_2011;event=TEDGlobal+2011;tag=Science;tag=illness;tag=illusion;tag=medicine;&preAdTag=tconf.ted/embed;tile=1;sz=512x288;" />
<embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="526" height="374" allowFullScreen="true" allowScriptAccess="always" flashvars="vu=http://video.ted.com/talk/stream/2011G/Blank/BenGoldacre_2011G-320k.mp4&su=http://images.ted.com/images/ted/tedindex/embed-posters/BenGoldacre_2011-embed.jpg&vw=512&vh=288&ap=0&ti=1234&lang=eng&introDuration=15330&adDuration=4000&postAdDuration=830&adKeys=talk=ben_goldacre_battling_bad_science;year=2011;theme=bold_predictions_stern_warnings;theme=food_matters;theme=a_taste_of_tedglobal_2011;event=TEDGlobal+2011;tag=Science;tag=illness;tag=illusion;tag=medicine;&preAdTag=tconf.ted/embed;tile=1;sz=512x288;"></embed>
</object>
</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1273&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2011/10/09/battling-bad-science/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>
	</item>
		<item>
		<title>How to find salaries for a new job</title>
		<link>http://tomschenkjr.net/2011/07/05/quick-tips-for-job-seekers/</link>
		<comments>http://tomschenkjr.net/2011/07/05/quick-tips-for-job-seekers/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 16:35:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://tomschenkjr.net/?p=1207</guid>
		<description><![CDATA[There use to be a lot of talk about H1-B visas. Mostly the conversation focused on whether workers born overseas were somehow &#8220;stealing&#8221; jobs, but in reality, it reflected an insufficient number of trained workers in a given sector. Regardless of that feeling, you can use H1-B visa applications to your advantage while job-hunting. H1-B [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1207&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There use to be a lot of talk about H1-B visas. Mostly the conversation focused on whether workers born overseas were somehow &#8220;stealing&#8221; jobs, but in reality, it reflected an insufficient number of trained workers in a given sector. Regardless of that feeling, you can use H1-B visa applications to your advantage while job-hunting.</p>
<p>H1-B visa applications contain the company name, the occupation they&#8217;re attempting to hire, the &#8220;target&#8221; salary for the worker, and prevailing salary taken from the Census or Bureau of Labor Services. Each visa application is a public record which you can use to search salaries for a new job or promotion. <a href="http://www.immihelp.com/h1b-sponsoring-companies-database/">Immihelp</a> is one site where you can search a database of H1-B applications, below is a screenshot for a Senior IT Application Analyst at Principal Life Insurance</p>
<p><a href="http://tomschenkjr.files.wordpress.com/2011/07/h1-b-visa-data.png"><img class="aligncenter size-full wp-image-1220" title="H1-B Visa Data" src="http://tomschenkjr.files.wordpress.com/2011/07/h1-b-visa-data.png?w=600" alt=""   /></a></p>
<p>If the same occupation as you&#8217;re applying for is listed, then you should at least aim for the target salary. The prevailing wage amount gives you a sense of the minimum acceptable wage (unless you&#8217;re demanding more) since it&#8217;s the typical wage for that particular job in the U.S. In the above example, the prevailing wage data was taken from the <a href="http://www.bls.gov/oes/">Occupational Employment Statistics</a> survey.</p>
<p>There are a few sites which attempt to provide the same service, such as <a href="www.glassdoor.com">GlassDoor</a> and <a href="www.payscale.com">PayScale</a>. These are limited since they rely on self-reported data and seldom contain all occupations. The H1-B visa database has it&#8217;s own limitations since it only contains data from applications. This is especially applicable if you&#8217;re in a field that doesn&#8217;t require a Bachelor&#8217;s degree or your company hasn&#8217;t filed for a visa application in recent years.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomschenkjr.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomschenkjr.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomschenkjr.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomschenkjr.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomschenkjr.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomschenkjr.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomschenkjr.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomschenkjr.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomschenkjr.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomschenkjr.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomschenkjr.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomschenkjr.wordpress.com/1207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomschenkjr.wordpress.com/1207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomschenkjr.wordpress.com/1207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomschenkjr.net&#038;blog=8375094&#038;post=1207&#038;subd=tomschenkjr&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomschenkjr.net/2011/07/05/quick-tips-for-job-seekers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cff972b45e6ea7823fd6a2a231c4e659?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericface</media:title>
		</media:content>

		<media:content url="http://tomschenkjr.files.wordpress.com/2011/07/h1-b-visa-data.png" medium="image">
			<media:title type="html">H1-B Visa Data</media:title>
		</media:content>
	</item>
	</channel>
</rss>
