<?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/"
		>
<channel>
	<title>Comments for Statistical Analysis Consulting</title>
	<atom:link href="http://www.statisticalanalysisconsulting.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.statisticalanalysisconsulting.com</link>
	<description>~ Peter Flom ~ (917) 488-7176</description>
	<lastBuildDate>Fri, 30 Jul 2010 12:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using ridits to assign scores to categories of ordinal scales by Peter Flom</title>
		<link>http://www.statisticalanalysisconsulting.com/using-ridits-to-assign-scores-to-categories-of-ordinal-scales/comment-page-1/#comment-506</link>
		<dc:creator>Peter Flom</dc:creator>
		<pubDate>Fri, 30 Jul 2010 12:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.statisticalanalysisconsulting.com/?p=581#comment-506</guid>
		<description>I won&#039;t be at JSM, but Agresti is a great author, he&#039;s probably a great speaker too.</description>
		<content:encoded><![CDATA[<p>I won&#8217;t be at JSM, but Agresti is a great author, he&#8217;s probably a great speaker too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAS tip: Why you always should use a RUN statement by Rick Wicklin</title>
		<link>http://www.statisticalanalysisconsulting.com/sas-tip-why-you-always-should-use-a-run-statement/comment-page-1/#comment-505</link>
		<dc:creator>Rick Wicklin</dc:creator>
		<pubDate>Fri, 30 Jul 2010 12:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.statisticalanalysisconsulting.com/?p=593#comment-505</guid>
		<description>For a taste of IML, you can download my 2010 SAS Global Forum paper:
http://support.sas.com/rnd/app/papers/papers_iml.html

If you like what you see, you might consider a new forthcoming book on IML:
http://support.sas.com/publishing/authors/wicklin.html</description>
		<content:encoded><![CDATA[<p>For a taste of IML, you can download my 2010 SAS Global Forum paper:<br />
<a href="http://support.sas.com/rnd/app/papers/papers_iml.html" rel="nofollow">http://support.sas.com/rnd/app/papers/papers_iml.html</a></p>
<p>If you like what you see, you might consider a new forthcoming book on IML:<br />
<a href="http://support.sas.com/publishing/authors/wicklin.html" rel="nofollow">http://support.sas.com/publishing/authors/wicklin.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ridits to assign scores to categories of ordinal scales by Rick Wicklin</title>
		<link>http://www.statisticalanalysisconsulting.com/using-ridits-to-assign-scores-to-categories-of-ordinal-scales/comment-page-1/#comment-504</link>
		<dc:creator>Rick Wicklin</dc:creator>
		<pubDate>Fri, 30 Jul 2010 12:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.statisticalanalysisconsulting.com/?p=581#comment-504</guid>
		<description>Agresti is giving a one-day short course on the Analysis of Ordinal Categorical Data next week at JSM 2010 in Vancouver:
http://www.amstat.org/meetings/jsm/2010/index.cfm?fuseaction=courses
I&#039;ll be there!</description>
		<content:encoded><![CDATA[<p>Agresti is giving a one-day short course on the Analysis of Ordinal Categorical Data next week at JSM 2010 in Vancouver:<br />
<a href="http://www.amstat.org/meetings/jsm/2010/index.cfm?fuseaction=courses" rel="nofollow">http://www.amstat.org/meetings/jsm/2010/index.cfm?fuseaction=courses</a><br />
I&#8217;ll be there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAS tip: Why you always should use a RUN statement by Peter Flom</title>
		<link>http://www.statisticalanalysisconsulting.com/sas-tip-why-you-always-should-use-a-run-statement/comment-page-1/#comment-503</link>
		<dc:creator>Peter Flom</dc:creator>
		<pubDate>Fri, 30 Jul 2010 11:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.statisticalanalysisconsulting.com/?p=593#comment-503</guid>
		<description>Hi Rick
Thanks!  I&#039;ve not used PROC IML, but I have run (!) into the run vs. quit problem on PROC REG.</description>
		<content:encoded><![CDATA[<p>Hi Rick<br />
Thanks!  I&#8217;ve not used PROC IML, but I have run (!) into the run vs. quit problem on PROC REG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAS tip: Why you always should use a RUN statement by Rick Wicklin</title>
		<link>http://www.statisticalanalysisconsulting.com/sas-tip-why-you-always-should-use-a-run-statement/comment-page-1/#comment-502</link>
		<dc:creator>Rick Wicklin</dc:creator>
		<pubDate>Fri, 30 Jul 2010 11:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.statisticalanalysisconsulting.com/?p=593#comment-502</guid>
		<description>Great tip. The more complete tip might be &quot;Always use RUN or QUIT.&quot;

In PROC IML, the RUN statement is used to execute modules, so do not use a RUN statement at the end of an IML program.

In general, for interactive procs (such as REG) the RUN statement executes previous statements but does not exit the PROC. It is not until you execute QUIT that output is produced, files are closed, and so forth.</description>
		<content:encoded><![CDATA[<p>Great tip. The more complete tip might be &#8220;Always use RUN or QUIT.&#8221;</p>
<p>In PROC IML, the RUN statement is used to execute modules, so do not use a RUN statement at the end of an IML program.</p>
<p>In general, for interactive procs (such as REG) the RUN statement executes previous statements but does not exit the PROC. It is not until you execute QUIT that output is produced, files are closed, and so forth.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
