<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/waseda2bun_stata/">
    <title>waseda2bun_stata @ ウィキ</title>
    <link>http://w.atwiki.jp/waseda2bun_stata/</link>
    <atom:link href="https://w.atwiki.jp/waseda2bun_stata/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>waseda2bun_stata @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2015-08-19T19:22:32+09:00</dc:date>
    <utime>1439979752</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/waseda2bun_stata/pages/9.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/18.html">
    <title>mle</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/18.html</link>
    <description>
      
&lt;p&gt;&lt;a href=&quot;http://www30.atwiki.jp/waseda2bun_stata/pages/1.html&quot;&gt;トップページ&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;１　コードの例&lt;/p&gt;
&lt;p&gt;データの読み込み。&lt;a href=&quot;http://www30.atwiki.jp/waseda2bun_stata/pages/14.html&quot;&gt;参考&lt;/a&gt;&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;710&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;use&lt;/span&gt;
http://fmwww.bc.edu/ec-p/data/mus/mus08psidextract.dta&lt;/p&gt;
&lt;p&gt;*パネルとして認識&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;xtset id
t&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;下記で可能&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;712&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 18&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;p&gt;&lt;span style=&quot;font-size:11pt;font-family:LucidaConsole;&quot;&gt;gen
lwage_1=lwage[_n-1]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:11pt;font-family:LucidaConsole;&quot;&gt;gen
lwage_2=lwage[_n-2]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;xtreg lwage lwage_1 &lt;span style=&quot;font-size:11pt;font-family:LucidaConsole;&quot;&gt;lwage_2 occ south sms    </description>
    <dc:date>2015-08-19T19:22:32+09:00</dc:date>
    <utime>1439979752</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/17.html">
    <title>RANDOM-EFFECTS MODEL</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/17.html</link>
    <description>
      
&lt;p&gt;&lt;a href=&quot;http://www30.atwiki.jp/waseda2bun_stata/pages/1.html&quot;&gt;トップページ&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;１　コードの例&lt;/p&gt;
&lt;p&gt;データの読み込み。&lt;a href=&quot;http://www30.atwiki.jp/waseda2bun_stata/pages/14.html&quot;&gt;参考&lt;/a&gt;&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;710&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;use
http://dss.princeton.edu/training/Panel101.dta&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;*パネルとして認識&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;xtset country
year&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;下記で可能&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;712&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 18&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;p&gt;&lt;span style=&quot;font-size:11pt;font-family:LucidaConsole;&quot;&gt;xtreg y
x1,re&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;＜参考文献＞&lt;/p&gt;
&lt;p&gt;ttp://www.princeton.edu/~otorres/Panel101.pdf&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
 &lt;/p&gt;
    </description>
    <dc:date>2015-08-19T19:03:13+09:00</dc:date>
    <utime>1439978593</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/16.html">
    <title>FIXED-EFFECTS MODEL</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/16.html</link>
    <description>
      
&lt;p&gt;１　コードの例&lt;/p&gt;
&lt;p&gt;データの読み込み。&lt;a href=&quot;http://www30.atwiki.jp/waseda2bun_stata/pages/14.html&quot;&gt;参考&lt;/a&gt;&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;710&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;use
http://dss.princeton.edu/training/Panel101.dta&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;*パネルとして認識&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;xtset country
year&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;下記のいずれでも可能。&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;712&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 18&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;p&gt;&lt;span style=&quot;font-size:11pt;font-family:LucidaConsole;&quot;&gt;xtreg y
x1,fe&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 20&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;p&gt;&lt;span style=&quot;font-size:11pt;font-family:LucidaConsole;&quot;&gt;areg y x1,
absorb(country)&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 21&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;layoutArea    </description>
    <dc:date>2015-08-19T18:54:19+09:00</dc:date>
    <utime>1439978059</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/15.html">
    <title>hausman test</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/15.html</link>
    <description>
      
&lt;p&gt;&lt;a href=&quot;http://www30.atwiki.jp/waseda2bun_stata/pages/1.html&quot;&gt;トップページ&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1.　コードの例&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;772&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 29&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;xtreg&lt;/span&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPS;font-style:italic;&quot;&gt;y
x1&lt;/span&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;,
fe&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;estimates
store&lt;/span&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPS;font-style:italic;&quot;&gt;fixed&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;xtreg
y&lt;/span&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPS;font-style:italic;&quot;&gt;x1&lt;/span&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;,
re&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;estimates
store&lt;/span&gt;&lt;span sty    </description>
    <dc:date>2015-08-19T19:03:52+09:00</dc:date>
    <utime>1439978632</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/14.html">
    <title>panel</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/14.html</link>
    <description>
      
&lt;p&gt;&lt;a href=&quot;http://www30.atwiki.jp/waseda2bun_stata/&quot;&gt;トップページ&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;1 コードの例&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;769&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 6&quot;&gt;
&lt;div class=&quot;section&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;use
http://dss.princeton.edu/training/Panel101.dta&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;*パネルとして認識&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;xtset country
year&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size:15pt;font-family:CourierNewPSMT;&quot;&gt;xtline y&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;データの確認&lt;/p&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;759&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;p&gt;xtdes&lt;/p&gt;
&lt;p&gt;xtsum&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;＜参考＞&lt;/p&gt;
&lt;p&gt;ttp://www.ier.hit-u.ac.jp/~kitamura/lecture/Hit/04Statsys3.pdf&lt;/p&gt;
&lt;p&gt;ttp://www.princeton.edu/~otorres/Panel101.pdf&lt;/p&gt;
    </description>
    <dc:date>2015-08-19T19:25:40+09:00</dc:date>
    <utime>1439979940</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/13.html">
    <title>xtabond</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/13.html</link>
    <description>
          </description>
    <dc:date>2015-08-19T17:23:28+09:00</dc:date>
    <utime>1439972608</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/12.html">
    <title>xtdpdsys</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/12.html</link>
    <description>
          </description>
    <dc:date>2015-08-19T17:19:27+09:00</dc:date>
    <utime>1439972367</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/11.html">
    <title>プラグイン/インスタグラム</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/11.html</link>
    <description>
      *インスタグラムプラグイン

人気の画像共有サービス、Instagram(インスタグラム）の画像をアットウィキに貼れるプラグインです。


 #ig_user(ユーザー名)
 と記載することで、特定ユーザーのInstagramのフィードを表示することができます。

例）@dogoftheday
#ig_user(dogoftheday)

----

 #ig_tags(タグ名)
 と記載することで、特定タグのInstagramのフィードを表示することができます。

#dogofthedayjp タグ
#ig_tag(dogofthedayjp)

----

 #ig_popular
 と記載することで、Instagramのpopularフィードを表示することができます。



詳しい使い方は以下のページを参考にしてください！
＝＞http://www1.atwiki.jp/guide/pages/935.html

--------    </description>
    <dc:date>2015-08-19T16:58:51+09:00</dc:date>
    <utime>1439971131</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://www1.atwiki.jp/guide/pages/921.html#id_476878da


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment
    </description>
    <dc:date>2015-08-19T16:58:51+09:00</dc:date>
    <utime>1439971131</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/waseda2bun_stata/pages/9.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/waseda2bun_stata/pages/9.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2015-08-19T16:58:51+09:00</dc:date>
    <utime>1439971131</utime>
  </item>
  </rdf:RDF>
