<?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: Another use for local macros: Stata graphs</title>
	<atom:link href="http://enoriver.net/index.php/2009/04/14/another-use-for-local-macros-stata-graphs/feed/" rel="self" type="application/rss+xml" />
	<link>http://enoriver.net/index.php/2009/04/14/another-use-for-local-macros-stata-graphs/</link>
	<description>computing for fun and profit</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:42:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gabi Huiber</title>
		<link>http://enoriver.net/index.php/2009/04/14/another-use-for-local-macros-stata-graphs/comment-page-1/#comment-12342</link>
		<dc:creator>Gabi Huiber</dc:creator>
		<pubDate>Mon, 22 Nov 2010 01:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://enoriver.net/?p=643#comment-12342</guid>
		<description>I&#039;m glad you found it useful. I had forgotten about this entry and the job that prompted it, and your note made me re-read it. The thing looks rather arcane without that context. Some posts seem made for the one reader who comes to them with a problem already in mind, and that problem just happens to fit.</description>
		<content:encoded><![CDATA[<p>I'm glad you found it useful. I had forgotten about this entry and the job that prompted it, and your note made me re-read it. The thing looks rather arcane without that context. Some posts seem made for the one reader who comes to them with a problem already in mind, and that problem just happens to fit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Penelope Keyl</title>
		<link>http://enoriver.net/index.php/2009/04/14/another-use-for-local-macros-stata-graphs/comment-page-1/#comment-12330</link>
		<dc:creator>Penelope Keyl</dc:creator>
		<pubDate>Sun, 21 Nov 2010 21:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://enoriver.net/?p=643#comment-12330</guid>
		<description>Thanks for this. I am an epidemiologist looking for a way to &quot;fine tune&quot; the titles in a series of life table graphs produced inside nested for each... as follows.  
 foreach outcome  in ... (list of 14 vars!)   {
  foreach independent_variable in  (list of 8 vars!)  { 
  ltable... ,    graph 
  } 
}
Currently I&#039;ve got the title to show variable names but that is not detailed enough, and of course contains lots of underscores !! I can apply your ideas to create something better looking. Thanks again for sharing and also for providing the code for your specific example.  Much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I am an epidemiologist looking for a way to "fine tune" the titles in a series of life table graphs produced inside nested for each... as follows.<br />
 foreach outcome  in ... (list of 14 vars!)   {<br />
  foreach independent_variable in  (list of 8 vars!)  {<br />
  ltable... ,    graph<br />
  }<br />
}<br />
Currently I've got the title to show variable names but that is not detailed enough, and of course contains lots of underscores !! I can apply your ideas to create something better looking. Thanks again for sharing and also for providing the code for your specific example.  Much appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

