<?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: Parenting with Stata</title>
	<atom:link href="http://enoriver.net/index.php/2009/08/30/parenting-with-stata/feed/" rel="self" type="application/rss+xml" />
	<link>http://enoriver.net/index.php/2009/08/30/parenting-with-stata/</link>
	<description>computing for fun and profit</description>
	<lastBuildDate>Wed, 18 Apr 2012 00:10:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Gabi Huiber</title>
		<link>http://enoriver.net/index.php/2009/08/30/parenting-with-stata/comment-page-1/#comment-1582</link>
		<dc:creator>Gabi Huiber</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://enoriver.net/?p=903#comment-1582</guid>
		<description>At the Stata conference in DC in July, Sergiy Radyakin gave a great presentation on how he tweaked Stata graphics to make graphs show patterns for true black-and-white printing (right now, Stata graphs only do solid colors, which in monochrome appear as different shades of gray, which works OK with the better printers we have these days). Sergiy accomplished this with the use of a few hidden commands, and he wondered aloud why they were hidden. I quote from memory, but Bill Gould gave him two reasons I remember. One is that though StataCorp uses these commands internally, it deems them of too little use to the typical customer to be worth documenting and maintaining. The other is that undocumented commands can be dropped or changed as needed. 

My guess is that the broken examples you mention made some clever use of such hidden commands that now work differently, or are gone for good.

I expect that Numerics with Stata will open up all sorts of opportunities for third-party developers to build and sell stuff like data-entry GUI solutions. I agree that using do-files the way I did is unsatisfactory for field use.</description>
		<content:encoded><![CDATA[<p>At the Stata conference in DC in July, Sergiy Radyakin gave a great presentation on how he tweaked Stata graphics to make graphs show patterns for true black-and-white printing (right now, Stata graphs only do solid colors, which in monochrome appear as different shades of gray, which works OK with the better printers we have these days). Sergiy accomplished this with the use of a few hidden commands, and he wondered aloud why they were hidden. I quote from memory, but Bill Gould gave him two reasons I remember. One is that though StataCorp uses these commands internally, it deems them of too little use to the typical customer to be worth documenting and maintaining. The other is that undocumented commands can be dropped or changed as needed. </p>
<p>My guess is that the broken examples you mention made some clever use of such hidden commands that now work differently, or are gone for good.</p>
<p>I expect that Numerics with Stata will open up all sorts of opportunities for third-party developers to build and sell stuff like data-entry GUI solutions. I agree that using do-files the way I did is unsatisfactory for field use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric A. Booth</title>
		<link>http://enoriver.net/index.php/2009/08/30/parenting-with-stata/comment-page-1/#comment-1571</link>
		<dc:creator>Eric A. Booth</dc:creator>
		<pubDate>Sun, 30 Aug 2009 18:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://enoriver.net/?p=903#comment-1571</guid>
		<description>Thanks Gabi, great post.    I&#039;ve recently been thinking a lot about Stata as a data entry tool and your post is an example of how to accomplish this.  However, data entry via a do-file can be tedious &amp; error-prone when:  
 1) the number/type of entries is large and   
2) the person entering the data has little experience with Stata do-files.  

I am running into this problem where I give a data entry task to some research assistants who are not familiar with Stata do-files.  I just end up creating a data entry screen in Excel (using the &quot;Validation&quot; tool) or by creating an online survey tool  that is really just a controlled data entry screen.  Then I import the data from these files, clean them up, and run the analysis.  
An additional challenge comes in when I am working on a client&#039;s remote secure server where they allow access to Stata or R, but not to MS programs or the internet.  I wish there were a data entry screen, much like the one available in MS Access, so that the novice user could easily input data directly into a Stata dataset.  I have found an old article and reference to the Stata user programs  -winshow-  -winset- and -diablo- which appear to work together to create a data entry screen using the stata dialog boxes -db- environment.  However, it appears that these have not been updated in quite a while &amp; when I try to run these on auto.dta, I get the error &quot;control not allowed   r(101)&quot;.  -Trace- reveals that the error comes after the program issues the command -- window control clear-.  Admittedly, I haven&#039;t yet put much time in trying to resolve this error or get into the source adofiles.

DM63 in this PDF  ( http://www.stata.com/products/stb/journals/stb46.pdf ) has a good explanation about the utility &amp; capabilities of -winshow- and -winset-, but again I cannot get the examples to work.  My suspicion is that it has something to do with features in Stata&#039;s -window programming- and -db- commands that have changed since it&#039;s creation &amp; therefore broken -winshow- and -winset-.

Anyways, I thought that this program, if someone could get it to work, would be ideal for repetitive data entry much like you&#039;ve described, especially for novice user, &amp; that this is a feature that is sorely missing from Stata.  I&#039;ve considered posting a question on Statalist when I&#039;ve had a chance to dig deeper into the problems and made better attempts to come up with a working solution.</description>
		<content:encoded><![CDATA[<p>Thanks Gabi, great post.    I've recently been thinking a lot about Stata as a data entry tool and your post is an example of how to accomplish this.  However, data entry via a do-file can be tedious &amp; error-prone when:<br />
 1) the number/type of entries is large and<br />
2) the person entering the data has little experience with Stata do-files.  </p>
<p>I am running into this problem where I give a data entry task to some research assistants who are not familiar with Stata do-files.  I just end up creating a data entry screen in Excel (using the "Validation" tool) or by creating an online survey tool  that is really just a controlled data entry screen.  Then I import the data from these files, clean them up, and run the analysis.<br />
An additional challenge comes in when I am working on a client's remote secure server where they allow access to Stata or R, but not to MS programs or the internet.  I wish there were a data entry screen, much like the one available in MS Access, so that the novice user could easily input data directly into a Stata dataset.  I have found an old article and reference to the Stata user programs  -winshow-  -winset- and -diablo- which appear to work together to create a data entry screen using the stata dialog boxes -db- environment.  However, it appears that these have not been updated in quite a while &amp; when I try to run these on auto.dta, I get the error "control not allowed   r(101)".  -Trace- reveals that the error comes after the program issues the command -- window control clear-.  Admittedly, I haven't yet put much time in trying to resolve this error or get into the source adofiles.</p>
<p>DM63 in this PDF  ( <a href="http://www.stata.com/products/stb/journals/stb46.pdf" rel="nofollow">http://www.stata.com/products/stb/journals/stb46.pdf</a> ) has a good explanation about the utility &amp; capabilities of -winshow- and -winset-, but again I cannot get the examples to work.  My suspicion is that it has something to do with features in Stata's -window programming- and -db- commands that have changed since it's creation &amp; therefore broken -winshow- and -winset-.</p>
<p>Anyways, I thought that this program, if someone could get it to work, would be ideal for repetitive data entry much like you've described, especially for novice user, &amp; that this is a feature that is sorely missing from Stata.  I've considered posting a question on Statalist when I've had a chance to dig deeper into the problems and made better attempts to come up with a working solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

