<?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 on: Five kinds of subscripts in R</title>
	<atom:link href="http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 22:42:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hareesh</title>
		<link>http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/comment-page-1/#comment-120480</link>
		<dc:creator>hareesh</dc:creator>
		<pubDate>Thu, 08 Dec 2011 08:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=717#comment-120480</guid>
		<description>how to import vector and list type of files</description>
		<content:encoded><![CDATA[<p>how to import vector and list type of files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari</title>
		<link>http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/comment-page-1/#comment-30752</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Thu, 14 Jan 2010 01:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=717#comment-30752</guid>
		<description>&quot;Vectors in R are not required to consist of a single type, so you can mix the types above all in one subscript!&quot;

I think you got this wrong here, but right in your other blog: http://www.johndcook.com/R_language_for_programmers.html.</description>
		<content:encoded><![CDATA[<p>&#8220;Vectors in R are not required to consist of a single type, so you can mix the types above all in one subscript!&#8221;</p>
<p>I think you got this wrong here, but right in your other blog: <a href="http://www.johndcook.com/R_language_for_programmers.html." rel="nofollow">http://www.johndcook.com/R_language_for_programmers.html.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari</title>
		<link>http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/comment-page-1/#comment-30751</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Thu, 14 Jan 2010 01:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=717#comment-30751</guid>
		<description>Thanks for sharing this concise information, it is very helpful. It would help even more, if you can add the list and data.frame indexing (e.g., [1] vs. [[1]]) and accessing slots and attributes to this list.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this concise information, it is very helpful. It would help even more, if you can add the list and data.frame indexing (e.g., [1] vs. [[1]]) and accessing slots and attributes to this list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan O'Connor</title>
		<link>http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/comment-page-1/#comment-22135</link>
		<dc:creator>Brendan O'Connor</dc:creator>
		<pubDate>Thu, 06 Aug 2009 01:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=717#comment-22135</guid>
		<description>also, strings can be used as subscripts when doingr double-bracket indexing for lists.</description>
		<content:encoded><![CDATA[<p>also, strings can be used as subscripts when doingr double-bracket indexing for lists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subscripts in R &#171; Resolver One Daily</title>
		<link>http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/comment-page-1/#comment-21655</link>
		<dc:creator>Subscripts in R &#171; Resolver One Daily</dc:creator>
		<pubDate>Sun, 26 Jul 2009 04:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=717#comment-21655</guid>
		<description>[...] http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/" rel="nofollow">http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene Harris</title>
		<link>http://www.johndcook.com/blog/2008/10/23/five-kinds-of-r-language-subscripts/comment-page-1/#comment-8381</link>
		<dc:creator>Gene Harris</dc:creator>
		<pubDate>Fri, 24 Oct 2008 02:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=717#comment-8381</guid>
		<description>I looked at R when SwRI began an internal multivariate statistical control project. I was both amazed at the project and dumbfounded by its complexity. I really wanted time to study the scripting language, but alas, I found I could write a program to do a calculation in less time than I could learn the in&#039;s and out&#039;s of programming R. It&#039;s a heck of a program and the language is very powerful. But, don&#039;t pick it up on Thursday, thinking you&#039;ll be ready to use it Monday morning.

(Incidentally, R is what kicked off the whole port of DCDFLIB to .Net flurry in my office.)</description>
		<content:encoded><![CDATA[<p>I looked at R when SwRI began an internal multivariate statistical control project. I was both amazed at the project and dumbfounded by its complexity. I really wanted time to study the scripting language, but alas, I found I could write a program to do a calculation in less time than I could learn the in&#8217;s and out&#8217;s of programming R. It&#8217;s a heck of a program and the language is very powerful. But, don&#8217;t pick it up on Thursday, thinking you&#8217;ll be ready to use it Monday morning.</p>
<p>(Incidentally, R is what kicked off the whole port of DCDFLIB to .Net flurry in my office.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.354 seconds -->

