<?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: The Most Basic Elements of Object-Oriented Programming in R</title>
	<atom:link href="http://www.johnmyleswhite.com/notebook/2009/12/13/the-most-basic-elements-of-object-oriented-programming-in-r/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnmyleswhite.com/notebook/2009/12/13/the-most-basic-elements-of-object-oriented-programming-in-r/</link>
	<description>&#34;He who refuses to do arithmetic is doomed to talk nonsense.&#34;</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:17:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cekory</title>
		<link>http://www.johnmyleswhite.com/notebook/2009/12/13/the-most-basic-elements-of-object-oriented-programming-in-r/comment-page-1/#comment-18038</link>
		<dc:creator>Cekory</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmyleswhite.com/?p=3674#comment-18038</guid>
		<description>Sorry, last function should be:
&quot;password&lt;-.user&quot;&lt;-function(x,value){
	x$password&lt;-value
	x
}</description>
		<content:encoded><![CDATA[<p>Sorry, last function should be:<br />
&#8220;password&lt;-.user&quot;&lt;-function(x,value){<br />
	x$password&lt;-value<br />
	x<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cekory</title>
		<link>http://www.johnmyleswhite.com/notebook/2009/12/13/the-most-basic-elements-of-object-oriented-programming-in-r/comment-page-1/#comment-18037</link>
		<dc:creator>Cekory</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmyleswhite.com/?p=3674#comment-18037</guid>
		<description>Third approach:
&quot;password&lt;-&quot;&lt;-function(x,value){
	UseMethod(&quot;password&lt;-&quot;)
}

&quot;password&lt;-.user&quot;&lt;-function(x,value){
	x$passwordpassword(user) user
# $id
# [1] 1

# $password
# [1] &quot;gdsgdfgdfg&quot;

# $email
# [1] &quot;jmw@johnmyleswhite.com&quot;

# attr(,&quot;class&quot;)
# [1] &quot;user&quot;</description>
		<content:encoded><![CDATA[<p>Third approach:<br />
&#8220;password&lt;-&quot;&lt;-function(x,value){<br />
	UseMethod(&quot;password&lt;-&quot;)<br />
}</p>
<p>&quot;password&lt;-.user&quot;&lt;-function(x,value){<br />
	x$passwordpassword(user) user<br />
# $id<br />
# [1] 1</p>
<p># $password<br />
# [1] &#8220;gdsgdfgdfg&#8221;</p>
<p># $email<br />
# [1] &#8220;jmw@johnmyleswhite.com&#8221;</p>
<p># attr(,&#8221;class&#8221;)<br />
# [1] &#8220;user&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.johnmyleswhite.com/notebook/2009/12/13/the-most-basic-elements-of-object-oriented-programming-in-r/comment-page-1/#comment-17824</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 14 Dec 2009 23:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnmyleswhite.com/?p=3674#comment-17824</guid>
		<description>Nice post - thanks.  Shall give this a bash.</description>
		<content:encoded><![CDATA[<p>Nice post &#8211; thanks.  Shall give this a bash.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

