<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: Counting Ragged Arrays in R</title>
	<atom:link href="http://climateaudit.org/2007/01/17/counting-ragged-arrays-in-r/feed/" rel="self" type="application/rss+xml" />
	<link>http://climateaudit.org/2007/01/17/counting-ragged-arrays-in-r/</link>
	<description>by Steve McIntyre</description>
	<lastBuildDate>Thu, 23 May 2013 23:06:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: John A</title>
		<link>http://climateaudit.org/2007/01/17/counting-ragged-arrays-in-r/#comment-76010</link>
		<dc:creator><![CDATA[John A]]></dc:creator>
		<pubDate>Thu, 18 Jan 2007 07:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1081#comment-76010</guid>
		<description><![CDATA[Here&#039;s a hint:

If you want to post code into the comments and stop Wordpress from interpreting the  symbols, then use the  tags.]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s a hint:</p>
<p>If you want to post code into the comments and stop WordPress from interpreting the  symbols, then use the  tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve McIntyre</title>
		<link>http://climateaudit.org/2007/01/17/counting-ragged-arrays-in-r/#comment-76009</link>
		<dc:creator><![CDATA[Steve McIntyre]]></dc:creator>
		<pubDate>Thu, 18 Jan 2007 05:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1081#comment-76009</guid>
		<description><![CDATA[EVan this is only a problem when I paste these things into WordPress. Sorry about that.]]></description>
		<content:encoded><![CDATA[<p>EVan this is only a problem when I paste these things into WordPress. Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Englund</title>
		<link>http://climateaudit.org/2007/01/17/counting-ragged-arrays-in-r/#comment-76008</link>
		<dc:creator><![CDATA[Evan Englund]]></dc:creator>
		<pubDate>Thu, 18 Jan 2007 05:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1081#comment-76008</guid>
		<description><![CDATA[Arrrgh!

Why can&#039;t the comment box do WISIWIG?

The point I was trying to make is that in current versions of R you can use a simple &quot;=&quot; instead of the more cumbersome &quot;less_than hyphen&quot; symbol combination as the assignment operator:

temp = (landfall$wind&gt;=65) is the same as
temp &quot;less_than hyphen&quot; (landfall$wind&gt;=65)]]></description>
		<content:encoded><![CDATA[<p>Arrrgh!</p>
<p>Why can&#8217;t the comment box do WISIWIG?</p>
<p>The point I was trying to make is that in current versions of R you can use a simple &#8220;=&#8221; instead of the more cumbersome &#8220;less_than hyphen&#8221; symbol combination as the assignment operator:</p>
<p>temp = (landfall$wind&gt;=65) is the same as<br />
temp &#8220;less_than hyphen&#8221; (landfall$wind&gt;=65)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Englund</title>
		<link>http://climateaudit.org/2007/01/17/counting-ragged-arrays-in-r/#comment-76007</link>
		<dc:creator><![CDATA[Evan Englund]]></dc:creator>
		<pubDate>Thu, 18 Jan 2007 03:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1081#comment-76007</guid>
		<description><![CDATA[To: New R users,

Steve writes R scripts using &quot;=65)
and
temp = (landfall$wind&gt;=65)

are identical. If, like me, you grew up on languages like Basic and Fortran, the latter is easier to read - and it is definitely easier to type!

(When you really want to say &quot;equals&quot; as opposed to &quot;is assigned the value of the following expession&quot;, the operator is &quot;==&quot;, as in: if (a == b))]]></description>
		<content:encoded><![CDATA[<p>To: New R users,</p>
<p>Steve writes R scripts using &#8220;=65)<br />
and<br />
temp = (landfall$wind&gt;=65)</p>
<p>are identical. If, like me, you grew up on languages like Basic and Fortran, the latter is easier to read &#8211; and it is definitely easier to type!</p>
<p>(When you really want to say &#8220;equals&#8221; as opposed to &#8220;is assigned the value of the following expession&#8221;, the operator is &#8220;==&#8221;, as in: if (a == b))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Norris</title>
		<link>http://climateaudit.org/2007/01/17/counting-ragged-arrays-in-r/#comment-76006</link>
		<dc:creator><![CDATA[John Norris]]></dc:creator>
		<pubDate>Thu, 18 Jan 2007 01:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.climateaudit.org/?p=1081#comment-76006</guid>
		<description><![CDATA[I thought I would take my second attempt at R, my first being when Dr. Juckes was having trouble with your Mann Hockey Stick replicator.

I cut and paste the line with landfall and read.table (less than sign omitted here for fear of unintended blog consequences) into a script on my computer.  I ran it and received the following error:

Error: object &quot;landfall&quot; not found

I deleted a spurious appearing space between the less than sign and the subsequent - sign, and the line appeared to execute okay.  I did this with subsequent lines that I cut and paste from this thread and they also appeared to execute okay.   When I got down to plotting using the par statement, it failed.

Error: syntax error in &quot; plot(1851:2006,count,type=&quot;&quot;

Not expecting you to waste your valuable time on my baby steps with R, but if you see something obvious I would appreciate a redirect.]]></description>
		<content:encoded><![CDATA[<p>I thought I would take my second attempt at R, my first being when Dr. Juckes was having trouble with your Mann Hockey Stick replicator.</p>
<p>I cut and paste the line with landfall and read.table (less than sign omitted here for fear of unintended blog consequences) into a script on my computer.  I ran it and received the following error:</p>
<p>Error: object &#8220;landfall&#8221; not found</p>
<p>I deleted a spurious appearing space between the less than sign and the subsequent &#8211; sign, and the line appeared to execute okay.  I did this with subsequent lines that I cut and paste from this thread and they also appeared to execute okay.   When I got down to plotting using the par statement, it failed.</p>
<p>Error: syntax error in &#8221; plot(1851:2006,count,type=&#8221;"</p>
<p>Not expecting you to waste your valuable time on my baby steps with R, but if you see something obvious I would appreciate a redirect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
