<?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>Heuristic Andrew</title>
	<atom:link href="http://heuristically.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://heuristically.wordpress.com</link>
	<description>Good-enough solutions for an imperfect world</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:13:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='heuristically.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Heuristic Andrew</title>
		<link>http://heuristically.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://heuristically.wordpress.com/osd.xml" title="Heuristic Andrew" />
	<atom:link rel='hub' href='http://heuristically.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using neural network for regression</title>
		<link>http://heuristically.wordpress.com/2011/11/17/using-neural-network-for-regression/</link>
		<comments>http://heuristically.wordpress.com/2011/11/17/using-neural-network-for-regression/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 18:23:43 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Machine learning and data mining]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[r-project]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=619</guid>
		<description><![CDATA[Artificial neural networks are commonly thought to be used just for classification because of the relationship to logistic regression: neural networks typically use a logistic activation function and output values from 0 to 1 like logistic regression. However, the worth of neural networks to model complex, non-linear hypothesis is desirable for many real world problems&#8212;including [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=619&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/11/17/using-neural-network-for-regression/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/11/lm.png" medium="image">
			<media:title type="html">lm</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/11/nnet.png" medium="image">
			<media:title type="html">nnet</media:title>
		</media:content>
	</item>
		<item>
		<title>Train neural network in R, predict in SAS</title>
		<link>http://heuristically.wordpress.com/2011/11/11/train-neural-network-in-r-predict-in-sas/</link>
		<comments>http://heuristically.wordpress.com/2011/11/11/train-neural-network-in-r-predict-in-sas/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 17:27:17 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Machine learning and data mining]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[r-project]]></category>
		<category><![CDATA[sas]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=608</guid>
		<description><![CDATA[This R code fits an artificial neural network in R and generates Base SAS code, so new records can be scored entirely in Base SAS. This is intended to be a simple, elegant, fast solution. You don&#8217;t need SAS Enterprise Miner, IML, or any other special licenses, and R is free. You don&#8217;t need PMML. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=608&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/11/11/train-neural-network-in-r-predict-in-sas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>Logistic function macro for SAS</title>
		<link>http://heuristically.wordpress.com/2011/11/11/logistic-function-macro-for-sas/</link>
		<comments>http://heuristically.wordpress.com/2011/11/11/logistic-function-macro-for-sas/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 16:39:18 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[sas]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=591</guid>
		<description><![CDATA[Used in logistic regression, neural networks, and countless other applications, the logistic function is simple to understand yet can be quirky to calculate in SAS because of how SAS treats extreme values. First, let&#8217;s consider the value -1000: R calculates this as expected: However, SAS gives a missing value: The problem is that quickly approaches [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=591&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/11/11/logistic-function-macro-for-sas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/11/sas_logistic_function.jpg" medium="image">
			<media:title type="html">SAS logistic function lpot</media:title>
		</media:content>
	</item>
		<item>
		<title>Confidence interval diagram in R</title>
		<link>http://heuristically.wordpress.com/2011/10/19/confidence-interval-diagram-in-r/</link>
		<comments>http://heuristically.wordpress.com/2011/10/19/confidence-interval-diagram-in-r/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 04:47:21 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[r-project]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=561</guid>
		<description><![CDATA[This code shows how to easily plot a beautiful confidence interval diagram in R. First, let&#8217;s input the raw data. We&#8217;ll be making two confidence intervals for two samples of 10. In case you curious, the data represents samples from a survey of how many minutes it takes to drive from home to school at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=561&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/10/19/confidence-interval-diagram-in-r/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/10/ci.png" medium="image">
			<media:title type="html">confidence interval diagram</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/10/ci1.png" medium="image">
			<media:title type="html">95% confidence interval diagram in R</media:title>
		</media:content>
	</item>
		<item>
		<title>Model decision tree in R, score in Base SAS</title>
		<link>http://heuristically.wordpress.com/2011/10/11/model-decision-tree-in-r-score-in-sas/</link>
		<comments>http://heuristically.wordpress.com/2011/10/11/model-decision-tree-in-r-score-in-sas/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 23:17:36 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Machine learning and data mining]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[r-project]]></category>
		<category><![CDATA[sas]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=543</guid>
		<description><![CDATA[This code creates a decision tree model in R using party::ctree() and prepares the model for export it from R to Base SAS, so SAS can score new records. SAS Enterprise Miner and PMML are not required, and Base SAS can be on a separate machine from R because SAS does not invoke R. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=543&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/10/11/model-decision-tree-in-r-score-in-sas/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>Paired sample t-test in R</title>
		<link>http://heuristically.wordpress.com/2011/09/28/paired-sample-t-test-in-r/</link>
		<comments>http://heuristically.wordpress.com/2011/09/28/paired-sample-t-test-in-r/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 04:12:01 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[r-project]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=523</guid>
		<description><![CDATA[Let&#8217;s walk through using R and Student&#8217;s t-test to compare paired sample data. The book Statistics: The Exploration &#38; Analysis of Data (6th edition, p505) presents the longitudinal study &#8220;Bone mass is recovered from lactation to postweaning in adolescent mothers with low calcium intakes&#8221;. The total-body bone mineral content (TBBMC) of young mothers was measured [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=523&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/09/28/paired-sample-t-test-in-r/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/09/bone-density-boxplot.png" medium="image">
			<media:title type="html">bone density boxplot from R</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/09/bone-density-qqplot.png" medium="image">
			<media:title type="html">bone density qq plot from R</media:title>
		</media:content>
	</item>
		<item>
		<title>Basic line chart with ggplot2</title>
		<link>http://heuristically.wordpress.com/2011/09/27/basic-line-chart-with-ggplot2/</link>
		<comments>http://heuristically.wordpress.com/2011/09/27/basic-line-chart-with-ggplot2/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 15:46:37 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[r-project]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=515</guid>
		<description><![CDATA[ggplot2 is a package for R which easily draws plots that are easier on the eyes than R&#8217;s built-in plotting functions, though the grammar is different than what is commonly used in R. This code demonstrates how to prepare a data frame of basic math functions (logarithm, sine, etc.) and plot it with ggplot2. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=515&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/09/27/basic-line-chart-with-ggplot2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/09/basic_math_functions_ggplot2.png" medium="image">
			<media:title type="html">ggplot basic math funcions</media:title>
		</media:content>
	</item>
		<item>
		<title>Birthday gift code puzzle</title>
		<link>http://heuristically.wordpress.com/2011/09/19/birthday-gift-code-puzzle/</link>
		<comments>http://heuristically.wordpress.com/2011/09/19/birthday-gift-code-puzzle/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 23:06:21 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[sas]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=508</guid>
		<description><![CDATA[This is a SAS code puzzle. The code works as is, but can you make it simpler? We do this while enjoying simulation and the quirkiness of the Gregorian calendar. The problem A person receives a gift on a random day. Relative to his birthday, how many days is the gift late? Negative values indicate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=508&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/09/19/birthday-gift-code-puzzle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>List of counties and zip codes affected by Hurricane Irene</title>
		<link>http://heuristically.wordpress.com/2011/09/01/list-of-counties-and-zip-codes-affected-by-hurricane-irene/</link>
		<comments>http://heuristically.wordpress.com/2011/09/01/list-of-counties-and-zip-codes-affected-by-hurricane-irene/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 17:18:44 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Data set]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=503</guid>
		<description><![CDATA[From the FEMA.gov web site, this is a consolidated list of counties and zip codes in the United States affected by Hurricane Irene. Counties Virginia has many &#8220;independent cities&#8221; which are technically not part of any county, so the city names are listed instead. Zip codes There is not a precise mapping between counties and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=503&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/09/01/list-of-counties-and-zip-codes-affected-by-hurricane-irene/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>Programmatically download monthly economic indicators</title>
		<link>http://heuristically.wordpress.com/2011/08/24/programmatically-download-monthly-economic-indicators/</link>
		<comments>http://heuristically.wordpress.com/2011/08/24/programmatically-download-monthly-economic-indicators/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 17:39:05 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Data set]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sas]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=493</guid>
		<description><![CDATA[This SAS code programmatically downloads monthly economic indicators from FRED, and merges multiple time series into a single data set for convenient analysis. FRED (Federal Reserve Economic Data) is an excellent resource from the Federal Reserve Bank of St. Louis: it&#8217;s easy to find, graph, download, and process data sets online. In our case, though, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=493&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/08/24/programmatically-download-monthly-economic-indicators/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>Two browsers for R help documentation</title>
		<link>http://heuristically.wordpress.com/2011/06/29/two-browsers-for-built-in-help-documentation/</link>
		<comments>http://heuristically.wordpress.com/2011/06/29/two-browsers-for-built-in-help-documentation/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 19:33:26 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[r-project]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=483</guid>
		<description><![CDATA[The same excellent documentation for R commands is available through two different help browsers: text and HTML, and let&#8217;s see how how each looks, works, and how to switch the default. Look and feel Here is how both look for the same options help page on Windows 7 in Revolution R 4.3: On Linux in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=483&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/06/29/two-browsers-for-built-in-help-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/06/r_help_browsers.png" medium="image">
			<media:title type="html">R help browsers</media:title>
		</media:content>

		<media:content url="http://rstudio.org/images/screenshots/rstudio-mac.png" medium="image" />
	</item>
		<item>
		<title>Benchmarking R, Revolution R, and HyperThreading for data mining</title>
		<link>http://heuristically.wordpress.com/2011/06/27/benchmarking-r-revolution-r-and-hyperthreading-for-data-mining/</link>
		<comments>http://heuristically.wordpress.com/2011/06/27/benchmarking-r-revolution-r-and-hyperthreading-for-data-mining/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 21:54:33 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Curious]]></category>
		<category><![CDATA[Machine learning and data mining]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[r]]></category>
		<category><![CDATA[r-project]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=449</guid>
		<description><![CDATA[Usually data mining benchmarks measure lift, precision, etc., but wasting analyst time hurts the ROI of any project. I recently upgraded my notebook (where I often use R for data mining) and was faced with two questions: for the fastest speed for building models, do I use the R or Revolution R, and do I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=449&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/06/27/benchmarking-r-revolution-r-and-hyperthreading-for-data-mining/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>

		<media:content url="http://heuristically.files.wordpress.com/2011/06/r_benchmark_revolution_htt_20.png" medium="image">
			<media:title type="html">Chart of R benchmark</media:title>
		</media:content>
	</item>
		<item>
		<title>Run CIC 2.4 clients on Windows Vista and 7</title>
		<link>http://heuristically.wordpress.com/2011/06/07/run-cic-2-4-clients-windows-vista-7/</link>
		<comments>http://heuristically.wordpress.com/2011/06/07/run-cic-2-4-clients-windows-vista-7/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 15:52:11 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[Install and setup]]></category>
		<category><![CDATA[cic]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[interactive intelligence]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=436</guid>
		<description><![CDATA[Interactive Intelligence&#8217;s CIC version 2.4 is end of life this month and does not support Windows Vista or Windows 7, but since I have a new laptop with Windows 7, I found a way to run the CIC clients natively in Windows 7 until we can upgrade to CIC 3 or 4. Just don&#8217;t expect [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=436&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/06/07/run-cic-2-4-clients-windows-vista-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>Delete non-exact duplicates in SAS</title>
		<link>http://heuristically.wordpress.com/2011/05/12/delete-non-exact-duplicates-in-sas/</link>
		<comments>http://heuristically.wordpress.com/2011/05/12/delete-non-exact-duplicates-in-sas/#comments</comments>
		<pubDate>Thu, 12 May 2011 19:16:31 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[sas]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=424</guid>
		<description><![CDATA[When deleting non-complete duplicates in SAS, in each duplicate set you may want to keep a particular record identified by a rule: it may be the oldest, newest, first, or last observation in each set. You need a identifier to be unique, but you can&#8217;t randomly choose which observation to keep. To be precise, you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=424&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/05/12/delete-non-exact-duplicates-in-sas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Status.Net testing from Git on Fedora</title>
		<link>http://heuristically.wordpress.com/2011/05/11/install-status-net-testing-from-git-on-fedora/</link>
		<comments>http://heuristically.wordpress.com/2011/05/11/install-status-net-testing-from-git-on-fedora/#comments</comments>
		<pubDate>Thu, 12 May 2011 02:11:11 +0000</pubDate>
		<dc:creator>heuristicandrew</dc:creator>
				<category><![CDATA[Install and setup]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://heuristically.wordpress.com/?p=417</guid>
		<description><![CDATA[Here is a quick guide to downloading the latest Status.Net code from Git and installing it on Fedora 14. This is to get the testing branch which contains all the fun new features, but it is also unsupported and may contain bugs. The instructions will work similarly on other types of Linux such as Red [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heuristically.wordpress.com&amp;blog=8820363&amp;post=417&amp;subd=heuristically&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heuristically.wordpress.com/2011/05/11/install-status-net-testing-from-git-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e91c543cc93b9249fd711905542cf1b0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heuristicandrew</media:title>
		</media:content>
	</item>
	</channel>
</rss>
