<?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>Chang ,JX</title>
	<atom:link href="http://changjx.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://changjx.wordpress.com</link>
	<description>рассказ и язык</description>
	<lastBuildDate>Fri, 30 Oct 2009 11:12:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='changjx.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d65cdacc4b3c3d96406e4100bcef6785?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Chang ,JX</title>
		<link>http://changjx.wordpress.com</link>
	</image>
			<item>
		<title>stata time gap</title>
		<link>http://changjx.wordpress.com/2009/10/30/stata-time-gap/</link>
		<comments>http://changjx.wordpress.com/2009/10/30/stata-time-gap/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 11:12:18 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Stata]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/2009/10/30/stata-time-gap/</guid>
		<description><![CDATA[seb obs 30
gen t=_n+1
tsset t,d
gen tx=_n+1+t
tsset tx,d
gen gap=tx-t
format %9.0g t
format %9.0g tx
gen gapn = tx-t
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=159&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>seb obs 30<br />
gen t=_n+1<br />
tsset t,d<br />
gen tx=_n+1+t<br />
tsset tx,d<br />
gen gap=tx-t<br />
format %9.0g t<br />
format %9.0g tx<br />
gen gapn = tx-t</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=159&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/10/30/stata-time-gap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
		<item>
		<title>Latex trick</title>
		<link>http://changjx.wordpress.com/2009/10/29/latex-trick/</link>
		<comments>http://changjx.wordpress.com/2009/10/29/latex-trick/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 03:00:21 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Latex]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/2009/10/29/latex-trick/</guid>
		<description><![CDATA[\newcommand{\argmax}{\operatornamewithlimits{argmax}}
\def\[#1\]{\begin{align}#1\end{align}}
\newcommand{\ve}{\varepsilon}
\newcommand{\nf}{\textrm}
\newcommand{\argmax}{\operatornamewithlimits{argmax}}
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=158&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>\newcommand{\argmax}{\operatornamewithlimits{argmax}}<br />
\def\[#1\]{\begin{align}#1\end{align}}<br />
\newcommand{\ve}{\varepsilon}<br />
\newcommand{\nf}{\textrm}<br />
\newcommand{\argmax}{\operatornamewithlimits{argmax}}</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=158&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/10/29/latex-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
		<item>
		<title>do stata in mata</title>
		<link>http://changjx.wordpress.com/2009/10/26/do-stata-in-mata/</link>
		<comments>http://changjx.wordpress.com/2009/10/26/do-stata-in-mata/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:20:43 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Econ]]></category>
		<category><![CDATA[Stata]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/?p=156</guid>
		<description><![CDATA[mata: mata clear
sysuse auto, clear
reg price weight trunk
mata
 b=st_matrix(&#8220;e(b)&#8221;)&#8217;
 b
end
******************************
mata: mata clear
sysuse auto, clear
gen constant=1
capt ssc inst tomata
di in red _rc
tomata price constant weight trunk
mata
 X=(weight, trunk, constant)
 y=price
 b=invsym(X&#8217;*X)*X&#8217;*y
 b
 //for comparison:
 mata stata reg price weight trunk
end
*****************stata mata interact**********************
mata: mata clear
mata:
void underbar(string scalar mat, real scalar thresh)
{
real scalar i
i = rows(st_matrix(mat))
st_matrix(&#8220;B&#8221;, (st_matrix(mat) :&#60; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=156&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">mata: mata clear</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">sysuse auto, clear</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">reg price weight trunk</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">mata</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>b=st_matrix(&#8220;e(b)&#8221;)&#8217;</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>b</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">end</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">******************************</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">mata: mata clear</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">sysuse auto, clear</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">gen constant=1</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">capt ssc inst tomata</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">di in red _rc</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">tomata price constant weight trunk</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">mata</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>X=(weight, trunk, constant)</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>y=price</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>b=invsym(X&#8217;*X)*X&#8217;*y</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>b</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>//for comparison:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>mata stata reg price weight trunk</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">end</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">*****************stata mata interact**********************</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">mata: mata clear</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">mata:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">void underbar(string scalar mat, real scalar thresh)</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">{</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">real scalar i</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">i = rows(st_matrix(mat))</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">st_matrix(&#8220;B&#8221;, (st_matrix(mat) :&lt; thresh) :/ st_matrix(mat) :* (J(i,i,</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">1) &#8211; I(i)) )</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">}</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">end</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">sysuse auto,clear</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">qui reg price trunk weight length turn</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">mat list e(V)</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">mata: underbar(&#8220;e(V)&#8221;, 10)</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">mat list B</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">******************************************************</div>
<p>mata: mata clear</p>
<p>sysuse auto, clear</p>
<p>reg price weight trunk</p>
<p>mata</p>
<p><span style="white-space:pre;"> </span>b=st_matrix(&#8220;e(b)&#8221;)&#8217;</p>
<p><span style="white-space:pre;"> </span>b</p>
<p>end</p>
<p>******************************</p>
<p>mata: mata clear</p>
<p>sysuse auto, clear</p>
<p>gen constant=1</p>
<p>capt ssc inst tomata</p>
<p>di in red _rc</p>
<p>tomata price constant weight trunk</p>
<p>mata</p>
<p><span style="white-space:pre;"> </span>X=(weight, trunk, constant)</p>
<p><span style="white-space:pre;"> </span>y=price</p>
<p><span style="white-space:pre;"> </span>b=invsym(X&#8217;*X)*X&#8217;*y</p>
<p><span style="white-space:pre;"> </span>b</p>
<p><span style="white-space:pre;"> </span>//for comparison:</p>
<p><span style="white-space:pre;"> </span>mata stata reg price weight trunk</p>
<p>end</p>
<p>*****************stata mata interact**********************</p>
<p>mata: mata clear</p>
<p>mata:</p>
<p>void underbar(string scalar mat, real scalar thresh)</p>
<p>{</p>
<p>real scalar i</p>
<p>i = rows(st_matrix(mat))</p>
<p>st_matrix(&#8220;B&#8221;, (st_matrix(mat) :&lt; thresh) :/ st_matrix(mat) :* (J(i,i,</p>
<p>1) &#8211; I(i)) )</p>
<p>}</p>
<p>end</p>
<p>sysuse auto,clear</p>
<p>qui reg price trunk weight length turn</p>
<p>mat list e(V)</p>
<p>mata: underbar(&#8220;e(V)&#8221;, 10)</p>
<p>mat list B</p>
<p>******************************************************</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=156&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/10/26/do-stata-in-mata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
		<item>
		<title>latex bold symbol</title>
		<link>http://changjx.wordpress.com/2009/10/26/latex-bold-symbol/</link>
		<comments>http://changjx.wordpress.com/2009/10/26/latex-bold-symbol/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 12:58:24 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Latex]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/2009/10/26/latex-bold-symbol/</guid>
		<description><![CDATA[use \pmb instead of \boldsymbol
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=155&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>use \pmb instead of \boldsymbol</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=155&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/10/26/latex-bold-symbol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
		<item>
		<title>Japan&#8217;s employment paradox</title>
		<link>http://changjx.wordpress.com/2009/08/09/japans-employment-paradox/</link>
		<comments>http://changjx.wordpress.com/2009/08/09/japans-employment-paradox/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:58:53 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Econ]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/?p=149</guid>
		<description><![CDATA[


http://www.atimes.com/atimes/Japan/EK21Dh01.html




Japan&#8217;s employment paradox
http://www.atimes.com/atimes/Japan/EK21Dh01.html
By Hussain Khan
TOKYO – The paradox of increasing unemployment and labor shortage is haunting Japan’s labor market. While unemployment is growing, an aging population and the falling birthrate will push down economic growth unless the shrinking labor force is counterbalanced by higher productivity, by allowing more immigrant workers and by an increased number [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=149&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td style="font-family:Arial, Helvetica, sans-serif;font-size:13px;" width="407" align="left" valign="top"><a style="color:#666666;" href="http://www.atimes.com/atimes/Japan/EK21Dh01.html">http://www.atimes.com/atimes/Japan/EK21Dh01.html<br />
</a></td>
</tr>
</tbody>
</table>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Japan&#8217;s employment paradox</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">http://www.atimes.com/atimes/Japan/EK21Dh01.html</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">By Hussain Khan</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">TOKYO – The paradox of increasing unemployment and labor shortage is haunting Japan’s labor market. While unemployment is growing, an aging population and the falling birthrate will push down economic growth unless the shrinking labor force is counterbalanced by higher productivity, by allowing more immigrant workers and by an increased number of female and older workers.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">The Annual Report on the Japanese Economy and Public Finance for fiscal 2003 says there is the possibility of allowing more immigrant workers into the country, but adds that an inflow of immigrants on a scale that would make up for the declining working population would have a “major impact” on a nation that has always exhibited distrust and xenophobia towards outsiders.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">In fact, the government just in recent weeks has mounted an intensive campaign to roust overstayers and deport them. Foreigners, known as gaijin, are often regarded as culturally inferior. Under the Tokugawa Shogunate, Japan remained a sakoku, a closed country. For centuries, no foreigners were allowed to enter Japan, and Japanese were forbidden from going out until US Commodore Matthew Perry famously forced open the borders in 1853 (see Japan ousts overstayers, November 11).</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">“The aging and declining population alone has negative effects on macroeconomic growth,” says the economic report, which is designed to provide an analysis of economic conditions for the Council on Economic and Fiscal Policy, a key policy-setting panel chaired by Prime Minister Junichiro Koizumi.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">The report is yet another reminder of the list of challenges that Japan faces – especially as its fertility rate set a new record low of 1.32 in 2002 from 1.33 a year earlier. The nation’s population is also aging at a rapid pace. The percentage of those over 65 years old stood at 18.5 percent as of October 2002 and is expected to rise to 28.7 percent in 2025. The report warned that the changing demographics will impact the social security system, and called for reforms aimed at creating sustainable public pension and health-care systems.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">“Maintaining the current system would pose an excessive burden on the future generation, and the possibility is high that it would contribute to the lowering of economic vitality,” the report indicates.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Japan’s aging population and declining fertility rate threaten to destabilize a nation already hit by an unprecedented deflation. The population would shrink to 8,700 in 2700, to two in 3300 and finally to zero in 3387, according to a hypothetical estimate based on current birth and death rates by the National Institute of Population and Social Security Research, if steps are not taken to correct the situation.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">The politicians’ hesitation in creating a population policy stems from a skeleton in the closet. The cabinet approved a policy in 1941 that restricted women from working and imposed higher taxes on singles in a bid to boost the then-population of 72 million to 100 million in 20 years. This was part of Japan’s goal of building its “Greater East Asian Co-Prosperity Sphere” through the colonization of neighboring Asian nations. That mistake haunts politicians today.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">While falling birthrates are creating acute labor shortages, the young generation is not ready to accept “3K” jobs. A Japan Times report emphasizes the need in the following words: “Everybody talks about recession and unemployment now,” according to Hiroaki Miyoshi, a senior economist at the Economic and Social Research Center of Mitsui Knowledge Industry Co Research Institute. “But demand for skilled foreign workers is as high as ever in the field of IT [information technology], as well as in the ‘3K’ kinds of work in the field of manufacturing.”</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">The term “3K” stands for kitsui (difficult), kitanai (dirty) and kiken(dangerous). The term came into vogue around 1990, when foreign workers from the Third World found themselves in great demand at construction sites and factories during the go-go days of the bubble economy while Japanese workers showed an increasing preference for white-collar jobs.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">While unemployment is prevalent in Japan, the United States, Europe and other countries as manufacturing jobs are increasingly outsourced, paradoxically labor shortages are feared at the same time as birthrates fall. This contradictory phenomenon is expected to strengthen in coming decades.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Probably the only way to deal with the problem, says Steve Duscha, a labor specialist and partner in a California consulting firm who has studied labor problems internationally in Hong Kong and other global population centers, is to retrain low-level workers for jobs that exist.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">“It is a significant and difficult undertaking, but it is the only solution,” Duscha told Asia Times Online. “The training is for people who are already working in lower-level positions in industry, for the jobs that are in shortage. That training has to be in close cooperation with employers.”</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">California labor unions and manufacturers, Duscha said, have retrained some 600,000 workers in the past 20 years as the state’s labor market, one of the most fluid in the world, undergoes continuing, rapid and wrenching change.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Stratified labor conditions such as Duscha describes, and wages higher than those prevalent in Europe, drove emigrants overseas to the United States, often to join the idle people at tens of thousands of factory gates every morning of the year, or lounging at employment offices. No records yet compiled have ever found the unemployed reduced to zero. Employers have lacked people and at the very same time people have lacked work.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">An explanation of this paradox is fundamental to intelligent discussion of conditions in the labor market. It is certainly true that surplus and deficit cannot steadily coexist in the commodity market of the whole nation. There cannot be both surplus and deficit wheat at the same time. How, then, was it possible to have deficit and surplus co-existent in the labor market?</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">From 1 million to 6 million workers were idle in the United States at all times between 1902 and 1917, exclusive of farm laborers, according to sociologist Hornell Hart. The least unemployment occurred in 1906-07 and in 1916-17, while the most occurred in 1908 and in 1914-15. The average number unemployed has been 2.5 million workers, or hardly 10 percent of the active supply. In 1907 and 1917, the demand for labor exceeded the normal supply, and additional workers were called in, as indicated by the bumps in the supply line in these years.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Urban industries require a working labor-margin of at least 4 or 5 percent, or 1 million to 1.5 million workers. These are the men and women who, though normally employed, are temporarily not working because of sickness, seasonal fluctuations in their trades, changing from one position to another, strikes, shortage of material or transportation facilities, and so forth. Hence there is the paradox of a million and a quarter unemployed at the same time with an unprecedented demand for labor.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Even during World War I, according to weekly reports of the Ohio Free Labor Exchange, which has maintained public employment offices in 22 cities, workers were idle at all times in 1917 and 1918 despite the withdrawal of men for military service, net immigration reduced to a fraction of the prewar period, and the strong demands of war industries for workers. Even in the months just before the armistice, when tens of thousands of workmen were needed, there was a labor reserve.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">The total for 1918 shows that employers called for 779,972 people, that 443,782 workers applied for employment, and that 283,640 were actually placed. This leaves a surplus of 160,142 applicants who could not find work despite the fact that employers requested about 500,000 more men and women from the offices than they obtained. The figures for 1917 and 1916 show a slight surplus of offers for employment over the number of applicants seeking employment. But in each year the number of persons placed in employment was considerably smaller than the number who applied for work.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">These facts show that no matter how strong the demand for workers, some are nevertheless out of work. Some are out of touch with employment opportunities, some are continually passing through jobs rather than into them. Even when employers were calling for many more men than were seeking employment, there were more persons in some occupations seeking work than there were openings for them.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">One more reason for persistent labor surpluses was the decentralized character of the US labor reserve. Typically, the US labor supply has not had one reserve but thousands of them, a decentralized labor supply. Each city has had a multitude of groups of laborers.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">It is not strange that a policy of dependence on an ever-present labor reserve should have developed in the United States. Immigration provided a supply of people to replenish local labor reserves continually, and employers found it easier to attract plenty of labor to each locality so that they could have it when they needed it than to provide labor market machinery that would find labor when it was needed.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Immigration has played an important part in this matter by providing human material for the labor reserves. But these surpluses are not entirely due to immigration. It is debatable whether immigration can be held chiefly responsible. Reserves have developed in England as well as in America. They are largely due to the unorganized labor market and to fluctuations of production.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">“An excess of labor over demand appears to be a normal condition in the skilled and organized trades,” says the economist William Henry Beveridge, the leading British authority on employment. “It is hardly necessary to argue at length that the same condition is found in the unskilled and unorganized occupations. The glut of labor in them is notorious. Has there ever, in the big towns at least, been a time when employers could not get practically at a moment’s notice all the laborers they required?”</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Hussain Khan holds a master’s degree in economics from Tokyo University and has worked in Japan as an equities analyst. He is an independent Tokyo-based analyst on current affairs and economic issues for various newspapers and magazines. E-mail:hk@ourquran.com.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">(Copyright 2003 Asia Times Online Co, Ltd. All rights reserved. Please contactcontent@atimes.com for information on our sales and syndication policies.)</div>
<p>Japan&#8217;s employment paradox</p>
<p>http://www.atimes.com/atimes/Japan/EK21Dh01.html</p>
<p>By Hussain Khan</p>
<p>TOKYO – The paradox of increasing unemployment and labor shortage is haunting Japan’s labor market. While unemployment is growing, an aging population and the falling birthrate will push down economic growth unless the shrinking labor force is counterbalanced by higher productivity, by allowing more immigrant workers and by an increased number of female and older workers.</p>
<p>The Annual Report on the Japanese Economy and Public Finance for fiscal 2003 says there is the possibility of allowing more immigrant workers into the country, but adds that an inflow of immigrants on a scale that would make up for the declining working population would have a “major impact” on a nation that has always exhibited distrust and xenophobia towards outsiders.</p>
<p>In fact, the government just in recent weeks has mounted an intensive campaign to roust overstayers and deport them. Foreigners, known as<strong> gaijin(外人), are often regarded as culturally inferior</strong>. Under the Tokugawa Shogunate, Japan remained a sakoku(鎖囯), a closed country. For centuries, no foreigners were allowed to enter Japan, and Japanese were forbidden from going out until US Commodore Matthew Perry famously forced open the borders in 1853 (see Japan ousts overstayers, November 11).</p>
<p>“The aging and declining population alone has negative effects on macroeconomic growth,” says the economic report, which is designed to provide an analysis of economic conditions for the Council on Economic and Fiscal Policy, a key policy-setting panel chaired by Prime Minister Junichiro Koizumi.</p>
<p>The report is yet another reminder of the list of challenges that Japan faces – especially as its fertility rate set a new record low of 1.32 in 2002 from 1.33 a year earlier. The nation’s population is also aging at a rapid pace. The percentage of those over 65 years old stood at 18.5 percent as of October 2002 and is expected to rise to 28.7 percent in 2025. The report warned that the changing demographics will impact the social security system, and called for reforms aimed at creating sustainable public pension and health-care systems.</p>
<p>“Maintaining the current system would pose an excessive burden on the future generation, and the possibility is high that it would contribute to the lowering of economic vitality,” the report indicates.</p>
<p>Japan’s aging population and declining fertility rate threaten to destabilize a nation already hit by an unprecedented deflation. The population would shrink to 8,700 in 2700, to two in 3300 and finally to zero in 3387, according to a hypothetical estimate based on current birth and death rates by the National Institute of Population and Social Security Research, if steps are not taken to correct the situation.</p>
<p>The politicians’ hesitation in creating a population policy stems from a skeleton in the closet. The cabinet approved a policy in 1941 that restricted women from working and imposed higher taxes on singles in a bid to boost the then-population of 72 million to 100 million in 20 years. This was part of Japan’s goal of building its “Greater East Asian Co-Prosperity Sphere” through the colonization of neighboring Asian nations. That mistake haunts politicians today.</p>
<p>While falling birthrates are creating acute labor shortages, the young generation is not ready to accept “3K” jobs. A Japan Times report emphasizes the need in the following words: “Everybody talks about recession and unemployment now,” according to Hiroaki Miyoshi, a senior economist at the Economic and Social Research Center of Mitsui Knowledge Industry Co Research Institute. “But demand for skilled foreign workers is as high as ever in the field of IT [information technology], as well as in the ‘3K’ kinds of work in the field of manufacturing.”</p>
<p>The term “3K” stands for kitsui (difficult), kitanai (dirty) and kiken(dangerous). The term came into vogue around 1990, when foreign workers from the Third World found themselves in great demand at construction sites and factories during the go-go days of the bubble economy while Japanese workers showed an increasing preference for white-collar jobs.</p>
<p>While unemployment is prevalent in Japan, the United States, Europe and other countries as manufacturing jobs are increasingly outsourced, paradoxically labor shortages are feared at the same time as birthrates fall. This contradictory phenomenon is expected to strengthen in coming decades.</p>
<p>Probably the only way to deal with the problem, says Steve Duscha, a labor specialist and partner in a California consulting firm who has studied labor problems internationally in Hong Kong and other global population centers, is to retrain low-level workers for jobs that exist.</p>
<p>“It is a significant and difficult undertaking, but it is the only solution,” Duscha told Asia Times Online. “The training is for people who are already working in lower-level positions in industry, for the jobs that are in shortage. That training has to be in close cooperation with employers.”</p>
<p>California labor unions and manufacturers, Duscha said, have retrained some 600,000 workers in the past 20 years as the state’s labor market, one of the most fluid in the world, undergoes continuing, rapid and wrenching change.</p>
<p>Stratified labor conditions such as Duscha describes, and wages higher than those prevalent in Europe, drove emigrants overseas to the United States, often to join the idle people at tens of thousands of factory gates every morning of the year, or lounging at employment offices. No records yet compiled have ever found the unemployed reduced to zero. Employers have lacked people and at the very same time people have lacked work.</p>
<p>An explanation of this paradox is fundamental to intelligent discussion of conditions in the labor market. It is certainly true that surplus and deficit cannot steadily coexist in the commodity market of the whole nation. There cannot be both surplus and deficit wheat at the same time. How, then, was it possible to have deficit and surplus co-existent in the labor market?</p>
<p>From 1 million to 6 million workers were idle in the United States at all times between 1902 and 1917, exclusive of farm laborers, according to sociologist Hornell Hart. The least unemployment occurred in 1906-07 and in 1916-17, while the most occurred in 1908 and in 1914-15. The average number unemployed has been 2.5 million workers, or hardly 10 percent of the active supply. In 1907 and 1917, the demand for labor exceeded the normal supply, and additional workers were called in, as indicated by the bumps in the supply line in these years.</p>
<p>Urban industries require a working labor-margin of at least 4 or 5 percent, or 1 million to 1.5 million workers. These are the men and women who, though normally employed, are temporarily not working because of sickness, seasonal fluctuations in their trades, changing from one position to another, strikes, shortage of material or transportation facilities, and so forth. Hence there is the paradox of a million and a quarter unemployed at the same time with an unprecedented demand for labor.</p>
<p>Even during World War I, according to weekly reports of the Ohio Free Labor Exchange, which has maintained public employment offices in 22 cities, workers were idle at all times in 1917 and 1918 despite the withdrawal of men for military service, net immigration reduced to a fraction of the prewar period, and the strong demands of war industries for workers. Even in the months just before the armistice, when tens of thousands of workmen were needed, there was a labor reserve.</p>
<p>The total for 1918 shows that employers called for 779,972 people, that 443,782 workers applied for employment, and that 283,640 were actually placed. This leaves a surplus of 160,142 applicants who could not find work despite the fact that employers requested about 500,000 more men and women from the offices than they obtained. The figures for 1917 and 1916 show a slight surplus of offers for employment over the number of applicants seeking employment. But in each year the number of persons placed in employment was considerably smaller than the number who applied for work.</p>
<p>These facts show that no matter how strong the demand for workers, some are nevertheless out of work. Some are out of touch with employment opportunities, some are continually passing through jobs rather than into them. Even when employers were calling for many more men than were seeking employment, there were more persons in some occupations seeking work than there were openings for them.</p>
<p>One more reason for persistent labor surpluses was the decentralized character of the US labor reserve. Typically, the US labor supply has not had one reserve but thousands of them, a decentralized labor supply. Each city has had a multitude of groups of laborers.</p>
<p>It is not strange that a policy of dependence on an ever-present labor reserve should have developed in the United States. Immigration provided a supply of people to replenish local labor reserves continually, and employers found it easier to attract plenty of labor to each locality so that they could have it when they needed it than to provide labor market machinery that would find labor when it was needed.</p>
<p>Immigration has played an important part in this matter by providing human material for the labor reserves. But these surpluses are not entirely due to immigration. It is debatable whether immigration can be held chiefly responsible. Reserves have developed in England as well as in America. They are largely due to the unorganized labor market and to fluctuations of production.</p>
<p>“An excess of labor over demand appears to be a normal condition in the skilled and organized trades,” says the economist William Henry Beveridge, the leading British authority on employment. “It is hardly necessary to argue at length that the same condition is found in the unskilled and unorganized occupations. The glut of labor in them is notorious. Has there ever, in the big towns at least, been a time when employers could not get practically at a moment’s notice all the laborers they required?”</p>
<p>Hussain Khan holds a master’s degree in economics from Tokyo University and has worked in Japan as an equities analyst. He is an independent Tokyo-based analyst on current affairs and economic issues for various newspapers and magazines. E-mail:hk@ourquran.com.</p>
<p>(Copyright 2003 Asia Times Online Co, Ltd. All rights reserved. Please contactcontent@atimes.com for information on our sales and syndication policies.)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=149&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/08/09/japans-employment-paradox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
		<item>
		<title>美失業率的原因</title>
		<link>http://changjx.wordpress.com/2009/08/09/%e7%be%8e%e5%a4%b1%e6%a5%ad%e7%8e%87%e7%9a%84%e5%8e%9f%e5%9b%a0/</link>
		<comments>http://changjx.wordpress.com/2009/08/09/%e7%be%8e%e5%a4%b1%e6%a5%ad%e7%8e%87%e7%9a%84%e5%8e%9f%e5%9b%a0/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:56:35 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Econ]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/?p=147</guid>
		<description><![CDATA[http://www.bls.gov/news.release/empsit.nr0.htm
新聞來源:http://udn.com/NEWS/WORLD/WOR4/5066431.shtml (須有正確連結)
【聯合報╱編譯陳澄和、夏嘉玲／美聯社7日電】
美國經濟極不景氣，失業者降格以求，以往乏人問津的所謂3K產業（骯髒、辛苦又危險）
職缺突然變得搶手，屠宰場、汙水處理廠和監獄的工作都吸引無數失業者應徵。
經濟衰退已造成美國670萬個工作消失，失業人數上月達到1450萬人，許多失業者在饑不
擇食心態下屈就以前根本不屑一顧的工作。擁有高技能和教育水準者當起店員或餐館員工
，原為這些工作主力的青少年或高中畢業生只好與移民等經濟階層較低者搶工作。
保住飯碗的人也受波及，雇主因不必再出高薪吸引人手，去年10月以來，美國人薪資縮水
5%。
泰森食品公司各肉品加工廠的應徵者顯著增加，應徵者條件和經驗也提高。康乃狄克州史
坦福汙水處理廠要找一個工人清廢水汙泥，竟有300多人應徵，大約只有100人獲得面試機
會。
克莉絲汀‧湯普森本來在洛杉磯的高檔健身房當個人專屬健身教練，去年遭裁員後，有幾
個月連速食店的工作都找不到，現在心甘情願在懷俄明州一所小鎮監獄當警衛。
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=147&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://udn.com/NEWS/WORLD/WOR4/5066431.shtml" target="_blank">http://www.bls.gov/news.release/empsit.nr0.htm</a></p>
<p>新聞來源:http://udn.com/NEWS/WORLD/WOR4/5066431.shtml (須有正確連結)</p>
<p>【聯合報╱編譯陳澄和、夏嘉玲／美聯社7日電】</p>
<p>美國經濟極不景氣，失業者降格以求，以往乏人問津的所謂3K產業（骯髒、辛苦又危險）<br />
職缺突然變得搶手，屠宰場、汙水處理廠和監獄的工作都吸引無數失業者應徵。</p>
<p>經濟衰退已造成美國670萬個工作消失，失業人數上月達到1450萬人，許多失業者在饑不<br />
擇食心態下屈就以前根本不屑一顧的工作。擁有高技能和教育水準者當起店員或餐館員工<br />
，原為這些工作主力的青少年或高中畢業生只好與移民等經濟階層較低者搶工作。</p>
<p>保住飯碗的人也受波及，雇主因不必再出高薪吸引人手，去年10月以來，美國人薪資縮水<br />
5%。</p>
<p>泰森食品公司各肉品加工廠的應徵者顯著增加，應徵者條件和經驗也提高。康乃狄克州史<br />
坦福汙水處理廠要找一個工人清廢水汙泥，竟有300多人應徵，大約只有100人獲得面試機<br />
會。</p>
<p>克莉絲汀‧湯普森本來在洛杉磯的高檔健身房當個人專屬健身教練，去年遭裁員後，有幾<br />
個月連速食店的工作都找不到，現在心甘情願在懷俄明州一所小鎮監獄當警衛。</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=147&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/08/09/%e7%be%8e%e5%a4%b1%e6%a5%ad%e7%8e%87%e7%9a%84%e5%8e%9f%e5%9b%a0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
		<item>
		<title>extract coef,se,t,pv from stata reg</title>
		<link>http://changjx.wordpress.com/2009/05/26/extract-coefsetpv-from-stata-reg/</link>
		<comments>http://changjx.wordpress.com/2009/05/26/extract-coefsetpv-from-stata-reg/#comments</comments>
		<pubDate>Tue, 26 May 2009 12:53:53 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Stata]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[econometrics]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/2009/05/26/extract-coefsetpv-from-stata-reg/</guid>
		<description><![CDATA[Maarten Buis&#8217;s method to extract estimate from stata reg
&#8212;&#8212;-begin correct code &#8212;
sysuse auto, clear
reg price mpg rep78 headroom trunk weight
matrix a = vecdiag(e(V))
matrix b = (e(b)\a)&#8217;
svmat b
rename b1 beta
gen se = sqrt(b2)
gen t = beta/se
gen p = 2*ttail(63,abs(t))
&#8212;&#8212;&#8212; end correct code&#8212;&#8211;
Or use May&#8217;s code
 clear
sysuse auto
regress mpg len turn head gear
qui{
drop _all
mat b=e(b)&#8217;
mat se= vecdiag(cholesky(diag(vecdiag(e(V)))))&#8217;
gen [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=132&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Maarten Buis&#8217;s method to extract estimate from stata reg</p>
<p>&#8212;&#8212;-begin correct code &#8212;<br />
sysuse auto, clear<br />
reg price mpg rep78 headroom trunk weight<br />
matrix a = vecdiag(e(V))<br />
matrix b = (e(b)\a)&#8217;<br />
svmat b<br />
rename b1 beta<br />
gen se = sqrt(b2)<br />
gen t = beta/se<br />
gen p = 2*ttail(63,abs(t))<br />
&#8212;&#8212;&#8212; end correct code&#8212;&#8211;</p>
<p>Or use May&#8217;s code<br />
<span id="more-132"></span> clear</p>
<p>sysuse auto<br />
regress mpg len turn head gear<br />
qui{<br />
drop _all<br />
mat b=e(b)&#8217;<br />
mat se= vecdiag(cholesky(diag(vecdiag(e(V)))))&#8217;<br />
gen vars=&#8221;"<br />
local names: rownames b<br />
tokenize `names&#8217;<br />
local num : word count `names&#8217;<br />
set obs `num&#8217;<br />
forvalues i=1/`num&#8217;{<br />
replace vars= &#8220;&#8220;i&#8221;&#8221; in `i&#8217;<br />
}<br />
svmat b<br />
svmat se<br />
rename b1 coef<br />
rename se1 se<br />
gen t=coef/se<br />
gen pvalue=2*ttail(e(N),abs(t))<br />
gen lb=coef-invttail(e(N),0.025)*se<br />
gen ub=coef+invttail(e(N),0.025)*se<br />
}<br />
list</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=132&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/05/26/extract-coefsetpv-from-stata-reg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
		<item>
		<title>computer</title>
		<link>http://changjx.wordpress.com/2009/04/25/computer/</link>
		<comments>http://changjx.wordpress.com/2009/04/25/computer/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 07:07:21 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/?p=129</guid>
		<description><![CDATA[CPU (中央處理器) :	intel Q8200               	$5400
MB      (主機板)      :	ASUS P5QL-EM        	$3000
RAM     (記憶體)    :	威剛2G*2       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=129&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>CPU (中央處理器) :	intel Q8200               	$5400<br />
MB      (主機板)      :	ASUS P5QL-EM        	$3000<br />
RAM     (記憶體)    :	威剛2G*2                 	$1360<br />
HDD       (硬碟)      : 	Hitachi  1TB 	$3090<br />
DVD-RW  (燒錄機): 	Sony DRU-V200A 　	$890<br />
PSU (電源供應器)  :	藍晶鑽II 350W       	$1500<br />
CHASSIS   (機殼)   :	GA GZ-X2                	$1000</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=129&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/04/25/computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
		<item>
		<title>一些心得</title>
		<link>http://changjx.wordpress.com/2009/04/08/%e4%b8%80%e4%ba%9b%e5%bf%83%e5%be%97/</link>
		<comments>http://changjx.wordpress.com/2009/04/08/%e4%b8%80%e4%ba%9b%e5%bf%83%e5%be%97/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:39:20 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/?p=127</guid>
		<description><![CDATA[黃老師
雖然這些看起來很ugly，但這是必要之惡
我也不是很懂dyn prog，雖然我是哈佛經濟學games的xd
愈看黃老師愈感有辛予的味道，率真專注自已的本業。
佩說我長的很&#8217;黃&#8217; 在顏色及想法上，但與姓黃的老師滿有
緣分的，也都能從黃老師身上學到許多想法。
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=127&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>黃老師<br />
雖然這些看起來很ugly，但這是必要之惡<br />
我也不是很懂dyn prog，雖然我是哈佛經濟學games的xd</p>
<p>愈看黃老師愈感有辛予的味道，率真專注自已的本業。</p>
<p>佩說我長的很&#8217;黃&#8217; 在顏色及想法上，但與姓黃的老師滿有<br />
緣分的，也都能從黃老師身上學到許多想法。</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=127&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/04/08/%e4%b8%80%e4%ba%9b%e5%bf%83%e5%be%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
		<item>
		<title>latex hw tempelate</title>
		<link>http://changjx.wordpress.com/2009/03/11/latex-hw-tempelate/</link>
		<comments>http://changjx.wordpress.com/2009/03/11/latex-hw-tempelate/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 15:32:26 +0000</pubDate>
		<dc:creator>changjx</dc:creator>
				<category><![CDATA[Latex]]></category>

		<guid isPermaLink="false">http://changjx.wordpress.com/?p=124</guid>
		<description><![CDATA[\documentclass[a4paper,12pt,fleqn]{article}  %extreport
\usepackage[top=3cm,bottom=1cm,left=2cm,right=2cm]{geometry}
\usepackage{fancyhdr,color,xcolor,dsfont}
\usepackage{listings,ulem,booktabs,graphics,lastpage}
\usepackage{bm,amsmath,amssymb,amsthm,latexsym}
\usepackage{graphicx,fouriernc,hyperref}  %fouriernc
\pagestyle{fancy}
\fancyhf{}
\lhead{Macro theory IV:HW1}
\chead{}
\rhead{ d96627003 Chang,JunXiang \quad \thepage/\pageref{LastPage} }
%\usepackage{pifont}  fouriernc mathpazo concmath(it can&#8217;t use pdf) mathptmx
\def\be{\begin{enumerate}}   % Begin Enumerate
\def\ee{\end{enumerate}}     % End Enumerate
\def\en{\item}               % ENtry (item)
\def\bi{\begin{itemize}}     % Begin [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=124&subd=changjx&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>\documentclass[a4paper,12pt,fleqn]{article}  %extreport<br />
\usepackage[top=3cm,bottom=1cm,left=2cm,right=2cm]{geometry}<br />
\usepackage{fancyhdr,color,xcolor,dsfont}<br />
\usepackage{listings,ulem,booktabs,graphics,lastpage}<br />
\usepackage{bm,amsmath,amssymb,amsthm,latexsym}<br />
\usepackage{graphicx,fouriernc,hyperref}  %fouriernc</p>
<p>\pagestyle{fancy}<br />
\fancyhf{}<br />
\lhead{Macro theory IV:HW1}<br />
\chead{}<br />
\rhead{ d96627003 Chang,JunXiang \quad \thepage/\pageref{LastPage} }</p>
<p>%\usepackage{pifont}  fouriernc mathpazo concmath(it can&#8217;t use pdf) mathptmx<br />
\def\be{\begin{enumerate}}   % Begin Enumerate<br />
\def\ee{\end{enumerate}}     % End Enumerate<br />
\def\en{\item}               % ENtry (item)<br />
\def\bi{\begin{itemize}}     % Begin Itemize<br />
\def\ei{\end{itemize}}       % End Itemize</p>
<p>\def\[#1\]{\begin{align*}#1\end{align*}}<br />
\DeclareSymbolFont{letters}{OML}{ccm}{m}{it}<br />
\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n}</p>
<p>\renewcommand{\labelitemi}{$\blacktriangleright$}<br />
\newcommand{\nf}{\textrm}<br />
\newcommand{\dsp}{\displaystyle}<br />
\newcommand{\intff}{\int^{\infty}_{0}}<br />
\newcommand{\ert}{e^{-R(t)}}<br />
\newcommand{\ev}{\mathcal{V}}<br />
\newcommand{\dpa}{\partial}<br />
\newcommand{\lw}{\leftarrow}<br />
\newcommand{\llw}{\Leftarrow}<br />
\newcommand{\rw}{\rightarrow}<br />
\newcommand{\rrw}{\Rightarrow}<br />
\newcommand{\ham}{\mathcal{H}}<br />
\newcommand{\lam}{\pounds}<br />
\newcommand{\grl}{\lambda}<br />
\newcommand{\gra}{\alpha}<br />
\newcommand{\grb}{\beta}<br />
\newcommand{\grd}{\delta}<br />
\newcommand{\grt}{\theta}<br />
\newcommand{\limu}{\lim_{t\rw \infty}}<br />
\newcommand{\cov}{\mathsf{Cov}}<br />
\newcommand{\ex}{\mathds{E}}<br />
\newcommand{\bx}{\pmb{X}}<br />
\newcommand{\bgrb}{\pmb{\beta}}<br />
\newcommand{\bgrt}{\pmb{\theta}}<br />
\newcommand{\bA}{\pmb{A}}<br />
\newcommand{\bu}{\pmb{u}}<br />
\newcommand{\bve}{\pmb{\varepsilon}}<br />
\newcommand{\lp}{\mathds{L}}<br />
\newcommand{\I}{\nf{I}}<br />
\newcommand{\iid}{\stackrel{\mathrm{iid}}{\sim}}<br />
\linespread{1.3}<br />
\pagecolor{white}<br />
\color{black}</p>
<p>%=========================here start=======================%<br />
\begin{document}</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/changjx.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/changjx.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/changjx.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/changjx.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/changjx.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/changjx.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/changjx.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/changjx.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/changjx.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/changjx.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=changjx.wordpress.com&blog=1781399&post=124&subd=changjx&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://changjx.wordpress.com/2009/03/11/latex-hw-tempelate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/16da7773452cd4f99d04cdb4c349c498?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">changjx</media:title>
		</media:content>
	</item>
	</channel>
</rss>