<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7118841039616287884</id><updated>2026-03-02T05:58:45.513+08:00</updated><category term="統計分析"/><category term="論文寫作"/><category term="英文寫作"/><category term="文獻管理"/><category term="應對進退"/><category term="實用軟體"/><category term="免費資源"/><category term="海外留學"/><category term="文書處理"/><category term="學術會議"/><category term="網路應用"/><category term="質化研究"/><category term="站務相關"/><category term="電腦隨筆"/><category term="好書推薦"/><category term="省錢秘訣"/><category term="新手教授"/><category term="無關研究"/><category term="課程設計"/><category term="電子書籍"/><category term="工作效率"/><category term="病毒防治"/><category term="網路研究方法"/><category term="語言分析"/><title type='text'>研究生2.0</title><subtitle type='html'>記錄研究生需要具備的知識與工具，並介紹研究相關的觀念與軟體</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>399</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-442610561551340276</id><published>2015-08-31T04:14:00.000+08:00</published><updated>2015-08-31T04:14:00.211+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>比較迴歸分析模組之間的差異</title><content type='html'>用迴歸分析的時候 (如果不懂迴歸分析，可參考&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2009/04/what-is-multiple-linear-regression.html&quot;&gt;這裡&lt;/a&gt;)，一種常見的作法就是同樣的dependent variable，每個模式加一些新的變數下去，這種模式之前也寫過文章介紹，叫作層次迴歸分析 (參考&amp;nbsp;&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2011/01/hierarchical-regression.html&quot;&gt;什麼是層次迴歸分析 (hierarchical regression)？&lt;/a&gt;)，但可千萬別把這種模式與階層性線性模式搞混 (詳見&amp;nbsp;&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2011/01/hierarchical-linear-modeling.html&quot;&gt;什麼是階層線性模式 (hierarchical linear modeling)?&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;舉個具體的例子。你想要看什麼因素對學生的成績有影響，你想出了幾個模型。&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;模型1：性別&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;模型2：性別、年齡&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;模型3：性別、年齡、種族、動機、學生策略、家庭收入&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;於是你跑了三個迴歸分析。&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;模型1的結果是顯著的，性別對成績有影響。&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;模型2的結果是顯著的，性別與年齡對成績有影響。&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;模型3的結果比較難解讀，因為你一次多加了不少變數。&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;如果每一項都是顯著的，那模型3應該比模型2好。&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;但就怕遇到這樣的狀況：你模型3的r-squared 比模型2的r-squared 好一點，但非常少，可能從50跳到51。而且原本性別與年齡顯著，但現在都不顯著了，而是學生學習動機有影響&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;。&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;那你怎麼解讀這樣的模型呢？模型3是否比模型2好呢？&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;這時候就是用統計比較的時候了。先上公式：&lt;/span&gt;&lt;br /&gt;
&lt;img alt=&quot;R2 compare&quot; border=&quot;0&quot; height=&quot;58&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGRvNkKSFqQrq8oSGYRq8uTOyIzBn872nVP1_ZblvVt-jOySN39vntHGE3uvumrDdw8ytbAhQcGJigFtG3uP2Fd3Z0LgpqzHEhsZ1clfY-cQIS6yeNm7hzAn3Xr6A85vA9pmKr4j47ZSM/?imgmax=800&quot; title=&quot;r2-compare.gif&quot; width=&quot;160&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
看不懂的話，這是中文版：&lt;br /&gt;
&lt;br /&gt;
F = [(r-squared大 - r-squared小) / (變數多-變數少)] / [(1 - r-squared大) / (人數 - 變數多 - 1)&lt;br /&gt;
&lt;br /&gt;
用stata的話，跑完之後，用 testparm 指令，後面加上最後一個模型新增的變數就可以了，詳情可見下方連結。&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;參考資料&lt;/b&gt;&lt;br /&gt;
F-test comparing two models: &lt;a href=&quot;http://www.philender.com/courses/linearmodels/notes4/compare.html&quot;&gt;http://www.philender.com/courses/linearmodels/notes4/compare.html&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/442610561551340276/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/08/blog-post_31.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/442610561551340276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/442610561551340276'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/08/blog-post_31.html' title='比較迴歸分析模組之間的差異'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGRvNkKSFqQrq8oSGYRq8uTOyIzBn872nVP1_ZblvVt-jOySN39vntHGE3uvumrDdw8ytbAhQcGJigFtG3uP2Fd3Z0LgpqzHEhsZ1clfY-cQIS6yeNm7hzAn3Xr6A85vA9pmKr4j47ZSM/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-7632256879153231683</id><published>2015-08-29T03:32:00.001+08:00</published><updated>2015-08-29T03:32:00.541+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="應對進退"/><category scheme="http://www.blogger.com/atom/ns#" term="海外留學"/><category scheme="http://www.blogger.com/atom/ns#" term="無關研究"/><title type='text'>系務會議賓果：與同事聊天的好話題</title><content type='html'>&lt;p&gt;最近學校開學了，一開始通常就是要開系務會議、所務會議，而這種 faculty meeting 就是大家交流的好時間。&lt;/p&gt;
&lt;p&gt;但是交流什麼呢？&lt;a href=&quot;http://www.mcsweeneys.net/articles/first-faculty-meeting-of-the-year-bingo&quot;&gt;網上&lt;/a&gt;看到人家分享的faculty meeting bingo，是讓大家看看平常會聊到什麼，系主任或所長會說什麼，有沒有辦法湊成bingo。&lt;/p&gt;
&lt;p&gt;如果反向思考：不知道該跟同事說些什麼的話，這些不就是很好的題材嗎？&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;Bingo_1_2_.jpg&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQutmHgBGtV-RujQcbWFwJsAveIdC63RRJrdnd_1yTCHwo9mnwttrxGT35HXIae1ClHTrcLM5UV5ogt7Sn_OI1KaBrFZo_-VLar8vtFmhzN0K96XyIgoDAfqCtwkCaqt4abqgyrzHlKbQ/?imgmax=800&quot; alt=&quot;Bingo 1 2&quot; width=&quot;300&quot; height=&quot;400&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;比如說左上角 critical thinking (批判性思考)，不就可以用來說自己的學生，或是現在教育的狀況嗎？&lt;/p&gt;
&lt;p&gt;左邊第二欄是學生，這是永遠聊不完的話題。如果你在別人指導學生的committee，這不就是問問學生進度的時候嗎？&lt;/p&gt;
&lt;p&gt;service，問問別人下一年有什麼服務，有什麼需要幫忙的。&lt;/p&gt;
&lt;p&gt;開了話題，自然就會聊下去，faculty meeting 的「社交」目的就達到了。&lt;/p&gt;
&lt;p&gt;祝大家新學期教學與研究都順利！&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/7632256879153231683/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/08/blog-post.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/7632256879153231683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/7632256879153231683'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/08/blog-post.html' title='系務會議賓果：與同事聊天的好話題'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQutmHgBGtV-RujQcbWFwJsAveIdC63RRJrdnd_1yTCHwo9mnwttrxGT35HXIae1ClHTrcLM5UV5ogt7Sn_OI1KaBrFZo_-VLar8vtFmhzN0K96XyIgoDAfqCtwkCaqt4abqgyrzHlKbQ/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-1136943843113748245</id><published>2015-06-19T21:07:00.001+08:00</published><updated>2015-06-19T21:07:29.666+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>Stata: 計算Intraclass correlation</title><content type='html'>之前有網友問到在Stata 用HLM時，不知道該怎麼算intraclass correlation。其實之前在這篇文章&amp;nbsp;&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2010/01/stata-xtreg.html&quot;&gt;Stata: 圖解 xtreg 結果&lt;/a&gt;&amp;nbsp;就已經說過了。&lt;br /&gt;
&lt;br /&gt;
Intraclass correlation 有人翻成級內相關，有人翻成組內相關，在下面我就簡稱 ICC。&lt;br /&gt;
&lt;br /&gt;
ICC 通常是與「組」或是「級」相關的，所以在HLM裡會經常用到。ICC是個數值，代表組間的同質性，所以常用來解釋該組或該級別解釋了多少variance。&lt;br /&gt;
&lt;br /&gt;
在Stata裡，其實很簡單，在跑完分析之後，用estat icc就可以了。&lt;br /&gt;
&lt;br /&gt;
請見下圖，先用webuse productivity 載入資料，再用mixed指令跑HLM。&lt;br /&gt;
&lt;br /&gt;
&lt;img alt=&quot;Icc 1&quot; border=&quot;0&quot; height=&quot;600&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCPKZdt0JBSRKsg_6UI1IKh5WdNQayi8hLedsqRKwa5QthpYX7dc7yVUma17MPMOoVnnn54sj0QU26xY1kVjRoLQqIlm5USrEscK-JPlop_mEP4LJgg1blQOLkCEUFOWzLc8QRJz8NE9Q/?imgmax=800&quot; title=&quot;icc-1.png&quot; width=&quot;526&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
之後輸入estat icc&lt;br /&gt;
&lt;br /&gt;
&lt;img alt=&quot;Icc 2&quot; border=&quot;0&quot; height=&quot;121&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeYZoFYBDl1qyX-NivJJN6Rso8lBSJUVdWg_q9ZAABAlmTNfKvtRi_v51-0bQOMzCC4kf1cTayMZiY7xm2WxGiluLAxGyLgam2xOY7_1yz51ZYzVjKC1GzHs2L-sEgrKBeVG4EQdI3AJI/?imgmax=800&quot; title=&quot;icc-2.png&quot; width=&quot;599&quot; /&gt;&lt;br /&gt;
這怎麼解讀呢？&lt;br /&gt;
&lt;br /&gt;
region 的random effect 解釋了 15% 的variance，state 與 region 兩者的random effect 解釋了 85% 的variance.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;參考文章&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.stata.com/features/overview/intraclass-correlations-for-multilevel-models/&quot;&gt;Intraclass correlations for multilevel models&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/1136943843113748245/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/06/stata-intraclass-correlation.html#comment-form' title='2 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1136943843113748245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1136943843113748245'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/06/stata-intraclass-correlation.html' title='Stata: 計算Intraclass correlation'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCPKZdt0JBSRKsg_6UI1IKh5WdNQayi8hLedsqRKwa5QthpYX7dc7yVUma17MPMOoVnnn54sj0QU26xY1kVjRoLQqIlm5USrEscK-JPlop_mEP4LJgg1blQOLkCEUFOWzLc8QRJz8NE9Q/s72-c?imgmax=800" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-6710007238298799858</id><published>2015-06-08T07:30:00.000+08:00</published><updated>2015-06-08T07:30:00.777+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="應對進退"/><title type='text'>如何用英文稱呼你的指導教授</title><content type='html'>進了美國的研究所，你該怎麼用英文稱呼你的指導教授呢？該叫Professor + last name, Dr. + last name, 還是叫first name？&lt;br /&gt;
&lt;br /&gt;
這個問題，其實沒有標準答案，因為每位老師的接受度不同。如果你是大學部的學生，正確的作法是叫Professor + last name 或是 Dr. + last name，&lt;b&gt;而不要叫 first name&lt;/b&gt;。&lt;br /&gt;
&lt;br /&gt;
但這情況對於研究所學生，就有些不同。&lt;b&gt;在正式場合，特別是在email裡面&lt;/b&gt;，應該是要叫 Dr. + last name，通常不會有錯。除非老師特別說你可以叫first name，你才可以在面對面的場合稱呼 first name。但你在與學校別人談話的時候，最好還是用 Dr. + last name來稱呼。&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;如果去老師家裡開party，那是另外一回事，用 first name就可以了。&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
如果你與你的指導教授關係比較好，他把你當作是colleague，也要你用 first name稱呼他，那你在平常可以用 first name，但在正式的email裡，一開始還是小心為上，用Dr. + last name，是比較適切的。如果老師再進一步糾正，就依照老師的意思更改。&lt;br /&gt;
&lt;br /&gt;
稱呼的轉換會應場景不同而有所改變，這對非英語母語者來說會比較困難。&lt;br /&gt;
&lt;br /&gt;
另外一種情況是：&lt;b&gt;你的指導老師是中文母語者，你怎麼稱呼呢？&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
這時候你就要小心點了，如果你稱呼其它美國老師是用 first name (在他們的允許下)，這不代表你就可以直接稱呼用你指導老師的 first name 來稱呼他。雖然在美國，&lt;b&gt;用 first name稱呼老師也不算太過奇怪的事，但這一套並不一定適用於以中文為母語者的老師&lt;/b&gt;。&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;如果你與老師說中文的話，用中文說「姓+ 老師」是比較傳統的作法。&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
那稱呼 Dr. + last name，要用到什麼時候呢？這沒有什麼特別的規定，但&lt;b&gt;你論文答辯完，已經是博士的時候，你就不需要稱 Professor + last name 或 Dr. + last name了&lt;/b&gt;。至於以中文為母語者的老師，一日為師，終身為父，許多老師我還是用中文說「姓+ 老師」。&lt;br /&gt;
&lt;br /&gt;
當然，這問題視你的指導教授而定，這只是提供參考而已。下面的延伸閱讀，你也會看到有許多不同的說法。 &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;延伸閱讀&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://forum.thegradcafe.com/topic/47912-addressing-professors-by-their-first-names/&quot;&gt;Addressing professors by their first names&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://charlesmcnamara.com/addressing-your-instructor-a-primer/&quot;&gt;Addressing your instructor: A primer&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;https://www.insidehighered.com/advice/tyro/essay_for_grad_students_on_how_to_address_senior_colleagues_and_how_to_be_addressed&quot;&gt;Doctor, Professor, or “Hey, you”?&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;漫畫&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.phdcomics.com/comics.php?f=1413&quot;&gt;The Semiotics of Professor e-mail signatures&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/6710007238298799858/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/06/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/6710007238298799858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/6710007238298799858'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/06/blog-post.html' title='如何用英文稱呼你的指導教授'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-284470147125618882</id><published>2015-06-05T09:00:00.001+08:00</published><updated>2015-06-05T09:00:59.129+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="質化研究"/><title type='text'>質化研究的validity</title><content type='html'>&lt;p&gt;在研究方法的課堂上，在reviewer的意見中，在論文答辯的時候，甚至在學生的comprehensive exam，如果遇到質化研究，這樣的問題你可能會常聽到或看到：&lt;strong&gt;如何確保這篇質化研究的validity？&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;這問題說真的不好回大，可大可小。往大裡說，可以牽扯到知識論，先了解你對「真相」(truth) 的定義，再來看如何確保質化研究的validity。往小裡說，可能就具體提供幾個實用的方法來回答這種問題。&lt;/p&gt;
&lt;p&gt;這篇文章就不從知識論來談了，就直接切入重點吧！&lt;/p&gt;
&lt;p&gt;第一種解決辦法，就是說明名詞差異。在質化研究中，並不使用validity，而是使用其它詞彙。&lt;/p&gt;
&lt;p&gt;比如說Guba (1981) 所提到的詞彙對應：&lt;/p&gt;
&lt;p&gt;Internal validity &amp;lt;-&amp;gt; Credibility&lt;/p&gt;
&lt;p&gt;External validity &amp;lt;-&amp;gt; Transferability&lt;/p&gt;
&lt;p&gt;Reliability &amp;lt;-&amp;gt; Dependability&lt;/p&gt;
&lt;p&gt;Objectivity &amp;lt;-&amp;gt; Confirmability&lt;/p&gt;
&lt;p&gt;詳見這裡：&lt;a href=&quot;http://www.fctl.ucf.edu/ResearchAndScholarship/SoTL/creatingSoTLProjects/implementingmanaging/qualitativeresearchvalidity.php&quot;&gt;http://www.fctl.ucf.edu/ResearchAndScholarship/SoTL/creatingSoTLProjects/implementingmanaging/qualitativeresearchvalidity.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Maxwell (1981) 則有不同的詞彙：&lt;/p&gt;
&lt;p&gt;Descriptive validity&lt;/p&gt;
&lt;p&gt;Interpretive validity (這可以參見Altheide &amp;amp; Johnson, 1994, 或這裡：&lt;a href=&quot;http://www.qualres.org/HomeAlth-3681.html&quot;&gt;http://www.qualres.org/HomeAlth-3681.html&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Theoretical validity&lt;/p&gt;
&lt;p&gt;Generalizability&lt;/p&gt;
&lt;p&gt;Evaluative validity&lt;/p&gt;
&lt;p&gt;詳見這裡：&lt;a href=&quot;http://www.fctl.ucf.edu/ResearchAndScholarship/SoTL/creatingSoTLProjects/implementingmanaging/qualitativeresearchvalidity.php&quot;&gt;http://www.fctl.ucf.edu/ResearchAndScholarship/SoTL/creatingSoTLProjects/implementingmanaging/qualitativeresearchvalidity.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;至於怎麼解決呢？直接上Guba (1981) 裡面的圖：&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;trustworthiness.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6DOfMDwc9LWMM2zNt__RsSYbDt2JAKzW86pcIJRebXNV1fHvE5FXkILsnYxBw6qMg-J9528hRRcKYstfKLDW9wtJ0LRsnHQM05IfztP85kbrOs64t5o44liVTCTutXzdAwLdoC1bkSAM/?imgmax=800&quot; alt=&quot;Trustworthiness&quot; width=&quot;599&quot; height=&quot;521&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;另外，Whittemore et al. (2001) 這篇也有很詳細的說明，這就讓大家自己看了。&lt;/p&gt;
&lt;p&gt;參考書籍&lt;/p&gt;
&lt;p&gt;Altheide, DL. &amp;amp; Johnson, JM. (1994). &quot;Criteria for assessing interpretive validity in qualitative research.&quot; In NK Denzin and YS Lincoln (Eds.) &lt;span style=&quot;text-decoration: underline;&quot;&gt;Handbook of Qualitative Research&lt;/span&gt; (pp. 485-499). Thousand oaks, CA: Sage Publications.&lt;/p&gt;
&lt;p&gt;Gall, M., Gall, J., &amp;amp; Borg, W. (2006).&lt;a href=&quot;http://www.amazon.com/gp/product/0205488498/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0205488498&amp;amp;linkCode=as2&amp;amp;tag=rsrjx-20&amp;amp;linkId=WAZ5KVHTDPXQBRUI&quot;&gt; Educational research: An introduction&lt;/a&gt; (8th ed.). White Plans, NY: Longman. &lt;/p&gt;
&lt;p&gt;Guba, E. G. (1981). &lt;a href=&quot;http://www.clemson.edu/ces/cedar/images/1/1a/3-Guba-Trustworthiness-1981.pdf&quot;&gt;Criteria for assessing trustworthiness of naturalistic inquiries&lt;/a&gt;. Educational Communication and Technology: A Journal of Theory, Research, and Development, 29(2), 75-91&lt;/p&gt;
&lt;div class=&quot;csl-bib-body&quot; style=&quot;line-height: 2; padding-left: 2em; text-indent: -2em;&quot;&gt;
&lt;div class=&quot;csl-entry&quot;&gt;Whittemore, R., Chase, S. K., &amp;amp; Mandle, C. L. (2001). Validity in Qualitative Research. &lt;em&gt;Qualitative Health Research&lt;/em&gt;, &lt;em&gt;11&lt;/em&gt;(4), 522–537. http://doi.org/10.1177/104973201129119299&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/284470147125618882/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/06/validity.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/284470147125618882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/284470147125618882'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/06/validity.html' title='質化研究的validity'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6DOfMDwc9LWMM2zNt__RsSYbDt2JAKzW86pcIJRebXNV1fHvE5FXkILsnYxBw6qMg-J9528hRRcKYstfKLDW9wtJ0LRsnHQM05IfztP85kbrOs64t5o44liVTCTutXzdAwLdoC1bkSAM/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-3991013644917828951</id><published>2015-05-24T06:26:00.000+08:00</published><updated>2015-05-24T06:26:00.038+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>Stata: repeated ANOVA 作法</title><content type='html'>Stata 在repeated ANOVA方面，文件不多，最近因為一個計畫需要用到這種方析方式，花了不少時間學習。用完之後趕快寫下一點心得，以免以後健忘。&lt;br /&gt;
&lt;br /&gt;
Stata 的repeated ANOVA必須將資料將寬格式轉換成長格式，如果不知道這些名詞，請參考這篇&amp;nbsp;&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2015/05/stata-reshape.html&quot; style=&quot;font-size: 1.17em;&quot;&gt;Stata: reshape 將資料從寬格式改成長格式&lt;/a&gt;。&lt;br /&gt;
&lt;br /&gt;
下面的code有點複雜，請慢慢看。&lt;br /&gt;
&lt;br /&gt;
anova dtest group / uid|group times times#group, repeated(times)&lt;br /&gt;
&lt;br /&gt;
最前面的anova，是分析的指令，後面接的dtest，就是資料變成長格式之後，學生在不同時間的測試分數，所以就是要看不同時間測試分數的變化。&lt;br /&gt;
&lt;br /&gt;
group的不同的組，這是一個categorical variable，不同的數值代表不同的實驗組別。&lt;br /&gt;
如果作一般的anova，就是這部分。&lt;br /&gt;
&lt;br /&gt;
接下來會看到/，在stata 的說明文件裡是這麼說的：&lt;br /&gt;
The / symbol is allowed after a term and indicates that the following term is the error term for the preceding terms.&lt;br /&gt;
&lt;br /&gt;
所以/後面放的是error term，在這例子裡，error term就是學生的id乘以組別。&lt;br /&gt;
&lt;br /&gt;
你會發現前半部是uid，中間有一個| (&lt;b&gt;&lt;span style=&quot;color: #ff2600;&quot;&gt;這不是I，而是一直線的符號&lt;/span&gt;&lt;/b&gt;)，這符號代表的是nesting：&lt;br /&gt;
The | symbol (indicating nesting) may be used in place of the # symbol (indicating interaction).&lt;br /&gt;
在這例子裡，subject是nested在組別裡面的。&lt;br /&gt;
&lt;br /&gt;
在這之後，times是within subject的變數，而後面的times#group是這兩者的interaction (#代表interaction)。&lt;br /&gt;
&lt;br /&gt;
在下了下面指令之後，出現的結果如下圖：&lt;br /&gt;
&lt;img alt=&quot;Repeated anova 1&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgB9bLAMHhQyilkS2gQov-W_eDgI2-5zjNKtrkJDeSioyfwlc9RwvGzTiYgSy29ijVbKZJ_sDEbBTid2JShcM0QVzAwz38uE-ruNTQfdp5b9IDzip6FdUQkJIWnoeNJTz9NhQuleGG4u7A/?imgmax=800&quot; height=&quot;306&quot; title=&quot;repeated-anova-1.png&quot; width=&quot;598&quot; /&gt;&lt;br /&gt;
group3 不顯著，代表組別之間沒有差異，uid|group3沒有顯著水準測試，因為是error term。&lt;br /&gt;
times顯著，代表測試在不同的時間呈顯著差異。&lt;br /&gt;
&lt;br /&gt;
times#group3為顯著，代表時間與組別之間有交互作用，意思是組別之間在不同時間的成長並不一定相同。&lt;br /&gt;
&lt;br /&gt;
接下來我們要繼續看這交互作用，這用下面的code&lt;br /&gt;
contrast times@group3, effect&lt;br /&gt;
&lt;br /&gt;
contrast通常是在跑完基本分析之後作的estimation，這裡測試的是simple effect.&lt;br /&gt;
a@b 表示用contrast的指令，測試a在每一個b裡面的作用。&lt;br /&gt;
&lt;br /&gt;
由於每一組都有時間，我們測試的是時間在每一組裡面的作用，所以時間放前面，@後面放組別。&lt;br /&gt;
&lt;br /&gt;
下面是跑出來結果的上半部分：&lt;br /&gt;
&lt;img alt=&quot;Repeated anova 2&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg74Kj9aEvvfPsJvGdFqXPKCIncaiYOXC92yD7ifUAI22_dQmnIJwX35Jg_MESlAjcLqoBBwIXtlBXm9WO9Q8nH6x0H0xHvHDJ04DWVzA7OeblEfTcgkGiXhA98PpydV-pgoJAUftL2u5Q/?imgmax=800&quot; height=&quot;486&quot; title=&quot;repeated-anova-2.png&quot; width=&quot;577&quot; /&gt;&lt;br /&gt;
這圖一開始先測試的是組別之間的差異，控制組來說，時間並沒有影響，但對其它組來說，時間是有影響的。&lt;br /&gt;
&lt;br /&gt;
後半部則是組內之間，時間不同的比較，2 vs base 就是第二次測量與第一次測量之間的差異，括號後面則是組別。&lt;br /&gt;
&lt;img alt=&quot;Repeated anova 3&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidH-iJIcTBfk_jxEhn_CrR7jWFfo-kLI3uhBtXjOtdx1cr5qfMWcA7aqcpv-zrwBeynuVcCmbf5nvnz93bYPyp19zNMit940fGMmHKqmfXTdJ04ka7a0Sn278GIyCAEYVPJKg7WWB2_Fs/?imgmax=800&quot; height=&quot;269&quot; title=&quot;repeated-anova-3.png&quot; width=&quot;598&quot; /&gt;&lt;br /&gt;
如果你想要具體比較某一組，在不同時間的變化，那可以用如下指令：&lt;br /&gt;
margin times, at(group3=1) pwcompare(effects) noestimcheck&lt;br /&gt;
&lt;br /&gt;
結果如下圖。如果你仔細看，contrast 2 vs 1 的結果，跟上圖 (2 vs base) control 的結果是一樣的，3 vs 1 與上圖 (3 vs base) control 是一樣的。&lt;br /&gt;
&lt;br /&gt;
&lt;img alt=&quot;Repeated anova 4&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhL0l9OxFmP99vKmcwYAWBJqetBCd0e5vbRStxlYENprNE7WXMElh1C8CRtu2mOAwBFlZIhKmhvLth_8VS-71OTGOA8pp9WZFwr62hnGYrMP_QQFApscG_d3qStd7U1KJQsYEk-s8tGoQU/?imgmax=800&quot; height=&quot;283&quot; title=&quot;repeated-anova-4.png&quot; width=&quot;597&quot; /&gt;&lt;br /&gt;
另外一種比較方式是固定時間，然後比較組間差異，code與上面相似，但 at的部分不同：&lt;br /&gt;
margin group3, at(times=1) pwcompare(effects) noestimcheck&lt;br /&gt;
&lt;br /&gt;
這結果就不截圖了，讓大家自己練習。&lt;br /&gt;
&lt;br /&gt;
如果要畫圖的話，下面的相關文章有code，就讓大家自己學習。&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;相關文章&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
&lt;a href=&quot;http://www.stata.com/support/faqs/statistics/repeated-measures-anova/#summary&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Why do I get an error message when I try to run a repeated-measures ANOVA?&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;h3&gt;
&lt;a href=&quot;http://www.ats.ucla.edu/stat/stata/seminars/repeated_measures/repeated_measures_analysis_stata.htm&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Repeated Measures Analysis with Stata&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/3991013644917828951/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/stata-repeated-anova.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/3991013644917828951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/3991013644917828951'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/stata-repeated-anova.html' title='Stata: repeated ANOVA 作法'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgB9bLAMHhQyilkS2gQov-W_eDgI2-5zjNKtrkJDeSioyfwlc9RwvGzTiYgSy29ijVbKZJ_sDEbBTid2JShcM0QVzAwz38uE-ruNTQfdp5b9IDzip6FdUQkJIWnoeNJTz9NhQuleGG4u7A/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-9046993725998004815</id><published>2015-05-21T04:22:00.001+08:00</published><updated>2015-05-21T04:22:42.169+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>Stata: reshape 將資料從寬格式改成長格式</title><content type='html'>&lt;p&gt;Stata 在作不同的分析時，會要求不同的資料格式，而資料格式指的是資料是長格式 (long format) 還是寬格式 (wide format)。一般而言，如果你不是panel data，通常寬格式就可以了。如果你是panel data，也就是你的outcome variable測量了許多次，那大部分的情況下你都必須將資料轉換為長格式。&lt;/p&gt;
&lt;p&gt;不過這部分每個統計軟體不一樣，像SPSS的repated ANOVA，用寬格式即可，但在Stata裡面，repeated ANOVA必須將資料轉換為長格式才可以。&lt;/p&gt;
&lt;p&gt;那究竟什麼是長格式，什麼是寬格式呢？&lt;/p&gt;
&lt;p&gt;寬格式比較直觀，我們從寬格式說起。如果你的outcome測量了三次，那你的資料可能如下：&lt;/p&gt;
&lt;p&gt;uid outcome1 outcome2 outcome3&lt;/p&gt;
&lt;p&gt;1         100             90          95&lt;/p&gt;
&lt;p&gt;換言之，&lt;strong&gt;寬格式一個人只有一筆資料，用不同的欄位來代表不同時間的測量&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: #ff2600;&quot;&gt;長格式的話，就不一樣，一個人有多筆資料，欄位相同，但多了時間變數&lt;/span&gt;&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;長格式如下：&lt;/p&gt;
&lt;p&gt;uid time outcome&lt;/p&gt;
&lt;p&gt;1      1       100&lt;/p&gt;
&lt;p&gt;1      2         90&lt;/p&gt;
&lt;p&gt;1      3         95&lt;/p&gt;
&lt;p&gt;那在Stata裡面，該怎麼作呢？這透過reshape這個指令。在Stata 的說明裡面，說的挺清楚的：&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;stata-reshape.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJPnToVq73VBQemfGHZJWWDcxdUOD9FVnd0NUqVt64AxJPYfMsnN92Ys07stgtyyEOvzCLkY4gqlEcIW6iwvwh8opjeo13-Zt-444hTuxLlfa1xNfcQX6G47_AYyQrmsIGF2TLhS2LIys/?imgmax=800&quot; alt=&quot;Stata reshape&quot; width=&quot;533&quot; height=&quot;404&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;如果從寬格式轉換成長格式，指令如下：&lt;/p&gt;
&lt;p&gt;reshape long outcome, i(uid) j(time)&lt;/p&gt;
&lt;p&gt;要作轉換之前，你必須確保outcome前面部分是相同的，後面指的是時間，像之前例子說的outcome1, outcome2&lt;/p&gt;
&lt;p&gt;在指令裡面，i後面括號放的是區別每一筆紀錄的變數，j後面放的是新變數，用來區別時間的。轉換之後，這個值就是outcome變數名稱的值。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/9046993725998004815/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/stata-reshape.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/9046993725998004815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/9046993725998004815'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/stata-reshape.html' title='Stata: reshape 將資料從寬格式改成長格式'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJPnToVq73VBQemfGHZJWWDcxdUOD9FVnd0NUqVt64AxJPYfMsnN92Ys07stgtyyEOvzCLkY4gqlEcIW6iwvwh8opjeo13-Zt-444hTuxLlfa1xNfcQX6G47_AYyQrmsIGF2TLhS2LIys/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-1164276760486093331</id><published>2015-05-16T01:11:00.002+08:00</published><updated>2015-05-22T09:27:19.490+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="站務相關"/><category scheme="http://www.blogger.com/atom/ns#" term="網路研究方法"/><title type='text'>搜尋Twitter資料</title><content type='html'>愈來愈多人使用Big Data (大數據) 來作研究，而研究生2.0未來的一個重點，就是朝這方面努力，想要寫一系列的教學文章，關於&lt;b&gt;網路研究方法的&lt;/b&gt;。在研究生2.0的標籤，也新增了網路研究方法，方便大家檢索。&lt;br /&gt;
&lt;br /&gt;
如果你是這方面的專家，那我誠摯邀請你為研究生2.0賜稿寫專欄。&lt;br /&gt;
&lt;br /&gt;
這裡先從簡單地開始，作Twitter資料的搜尋。&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/zWqlPC72jXo/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/zWqlPC72jXo?feature=player_embedded&quot; width=&quot;320&quot;&gt;&lt;/iframe&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
裡面用的工具是twExplorer，是西北大學開發的。&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
網址：&lt;a href=&quot;http://twxplorer.knightlab.com/&quot; target=&quot;_blank&quot;&gt;http://twxplorer.knightlab.com/ &lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
如果覺得好的話，也歡迎大家看看上面的其它影片：&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://www.youtube.com/user/researcher20ch&quot; target=&quot;_blank&quot;&gt;https://www.youtube.com/user/researcher20ch &lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/1164276760486093331/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/twitter.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1164276760486093331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1164276760486093331'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/twitter.html' title='搜尋Twitter資料'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/zWqlPC72jXo/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-5987300666372607519</id><published>2015-05-01T22:01:00.001+08:00</published><updated>2015-05-01T22:01:09.286+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="學術會議"/><category scheme="http://www.blogger.com/atom/ns#" term="海外留學"/><category scheme="http://www.blogger.com/atom/ns#" term="省錢秘訣"/><title type='text'>美國印壁報的網站</title><content type='html'>&lt;p&gt;在美國投學術研討會的時候，通常分paper presentation與poster presentation (海報/壁報)。以前寫過兩篇文章，一篇是關於&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2008/10/powerpoint-poster-presentation-template.html&quot;&gt;壁報範本powerpoint template&lt;/a&gt;，一篇是介紹&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2008/10/how-to-print-posters-on-standard.html&quot;&gt;如何用一般的印表機列印壁報的方法&lt;/a&gt;。雖然我介紹這個方法，但我還是強烈建議大家：在有點預算的情況下，還是花錢請人家印壁報，不僅省卻不少工夫，而且你在研討會匯報的時候，也會比較自信一點。跟別人networking的時候，人家也才會比較看重你。&lt;/p&gt;
&lt;p&gt;這篇文章介紹一個在美國印這種學術壁報的網站。&lt;strong&gt;這間公司我沒實際用過，但不少朋友用過覺得便宜而且不錯&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;網站：&lt;a href=&quot;http://www.phdposters.com&quot; target=&quot;_blank&quot;&gt;www.phdposters.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;Prices-PhD_Posters.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2q46lby3kSGOe7wmGBydwKxu_zThZTpO_CZ92y1hxdXydaRNplp8E9OjQm0joyIPWLB2WhjsVTobfd_l_0JO-pzj_2OmzGyYQT48-2qCtbbr9YWmt9OyKee7aFao4_lfD2O2OLRF12zA/?imgmax=800&quot; alt=&quot;Prices PhD Posters&quot; width=&quot;599&quot; height=&quot;243&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;這價格大概在其它網站的一半甚至1/3，甚至與我在學校印壁報的價格相去不遠，所以大家可以試試。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/5987300666372607519/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/5987300666372607519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/5987300666372607519'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/blog-post.html' title='美國印壁報的網站'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2q46lby3kSGOe7wmGBydwKxu_zThZTpO_CZ92y1hxdXydaRNplp8E9OjQm0joyIPWLB2WhjsVTobfd_l_0JO-pzj_2OmzGyYQT48-2qCtbbr9YWmt9OyKee7aFao4_lfD2O2OLRF12zA/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-8310913821807247910</id><published>2015-05-01T04:41:00.001+08:00</published><updated>2015-05-01T04:41:01.793+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="免費資源"/><category scheme="http://www.blogger.com/atom/ns#" term="網路應用"/><category scheme="http://www.blogger.com/atom/ns#" term="英文寫作"/><category scheme="http://www.blogger.com/atom/ns#" term="電腦隨筆"/><title type='text'>Ozdic: 簡單好用的搭配詞詞典</title><content type='html'>&lt;p&gt;在2009年的時候，寫了一篇&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2009/10/blog-post.html&quot;&gt;查詢搭配詞的工具&lt;/a&gt;，過了這麼多年，許多連結都已經失效了。那有什麼新的查詢搭配詞的工具了？這裡來跟大家介紹ozdic。&lt;/p&gt;
&lt;p&gt;網址：&lt;a href=&quot;http://www.ozdic.com/&quot;&gt;http://www.ozdic.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;我喜歡ozdic的簡潔畫面，首頁就只讓你輸入關鍵字，沒有其它的：&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;ozdic_com.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1fw8_mXDlteYDQ3t4OoLDII3w_KkNx5yqB-kLxU0J3q-24Lfo1hwvLumF-Ppb-Y7N-rGlbIS_nhl_IOY5VyVr16P0Mj_jOPKirVAzBB5BM8tzqg9H5wYK3FRBu9q-R-PnQvolp6LDDnc/?imgmax=800&quot; alt=&quot;Ozdic com&quot; width=&quot;599&quot; height=&quot;260&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;我今天想找與attention相關的詞，就輸入attention，你會發現結果非常容易閱讀。&lt;/p&gt;
&lt;p&gt;首先，attention有多個意思，所以第一個意思 (見下圖紅圓圈裡面白色的1)是：act of watching/listening/showing interest&lt;/p&gt;
&lt;p&gt;這解釋不知道是哪裡來的，但寫的清晰易懂。&lt;/p&gt;
&lt;p&gt;在每個意思之下，還分成各種組合，像第一個意思下還分成形容詞、動詞+attention等等，&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;ozdic-attention.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwPXGA0BBmyu_VLbPUDpaZ8ejSmhfbkB8Je-Ts8qzWp0fH_O0Q5g-vS2AwAfX8HcjN7Cy-mezt8stAsalgfxWupuXVqguZSLPeV7_QOhnTw-sYVKP5E31X-FHwYr527kt6a65uspSWQ2M/?imgmax=800&quot; alt=&quot;Ozdic attention&quot; width=&quot;599&quot; height=&quot;509&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;另外，右邊的相關詞有時候也有幫助，因為可能有時候拼錯詞或誤用詞，上方的意思與旁邊的相關字，都可以多看兩眼，避免查到的不是你想要的。&lt;/p&gt;
&lt;p&gt;簡單的工具，清爽的界面，相信ozdic可以幫助大家的英文更道地。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/8310913821807247910/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/ozdic.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/8310913821807247910'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/8310913821807247910'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/05/ozdic.html' title='Ozdic: 簡單好用的搭配詞詞典'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1fw8_mXDlteYDQ3t4OoLDII3w_KkNx5yqB-kLxU0J3q-24Lfo1hwvLumF-Ppb-Y7N-rGlbIS_nhl_IOY5VyVr16P0Mj_jOPKirVAzBB5BM8tzqg9H5wYK3FRBu9q-R-PnQvolp6LDDnc/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-8574723373901293352</id><published>2015-04-09T09:14:00.001+08:00</published><updated>2015-04-09T09:14:19.486+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>Stata 14上市了</title><content type='html'>今天收到&lt;a href=&quot;http://www.stata.com/stata14/&quot; target=&quot;_blank&quot;&gt;Stata 14上市&lt;/a&gt;的郵件！簡單地看了一下，有很多新的功能，其中對我有幫助的是下面兩個。&lt;br /&gt;
&lt;h2&gt;
支援Unicode&lt;/h2&gt;
在眾多功能之中，&lt;a href=&quot;http://www.stata.com/stata-news/news30-1/unicode/&quot; target=&quot;_blank&quot;&gt;支援unicode&lt;/a&gt;是比較吸引我的。資料用unicode這是已經確認了，但我沒看到相關說明在do file裡面，是否支援unicode。支援的話，以後寫code的註解就容易多了。&lt;br /&gt;
&lt;br /&gt;
&lt;img alt=&quot;&quot; class=&quot;news14&quot; src=&quot;http://www.stata.com/stata-news/news30-1/i/auto_jp.png&quot; style=&quot;max-width: 632px; min-width: 300px; width: 50%;&quot; /&gt; &lt;br /&gt;
&lt;h2&gt;
更高程度整合Excel&lt;/h2&gt;
好像從 Stata 13開始，有了新的指令：putexcel，可以把結果直接輸出到excel裡面。putexcel 這項指令看起來對輸出敘述統計很有幫助，不過我已經習慣用&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2009/09/stata-descriptive-statistics.html&quot; target=&quot;_blank&quot;&gt;esttab來輸出敘述統計&lt;/a&gt;、&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2009/03/stata-correlation.html&quot; target=&quot;_blank&quot;&gt;correlation&lt;/a&gt;、&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2009/02/stata-regression-tablewordexcel.html&quot; target=&quot;_blank&quot;&gt;regression&lt;/a&gt;，所以可能要一段時間之後再嘗試。&lt;br /&gt;
&lt;br /&gt;
 如果你有興趣知道其它更新，歡迎到Stata的網站: http://www.stata.com/stata14/。&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/8574723373901293352/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/04/stata-14.html#comment-form' title='3 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/8574723373901293352'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/8574723373901293352'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/04/stata-14.html' title='Stata 14上市了'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-9216843552586851422</id><published>2015-04-09T01:06:00.002+08:00</published><updated>2015-04-09T01:06:40.395+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>Stata: 更改輸出表格的顯著水準</title><content type='html'>許多網友都問同樣的問題：Stata在用esttab輸出報表的時候，如何更改顯著水準。&lt;br /&gt;
沒很多時間寫文章，就錄一段，大家看： &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;https://www.youtube.com/embed/wkZ3T32ss6k&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
程式碼如下：&lt;br /&gt;
&lt;br /&gt;
sysuse auto&lt;br /&gt;
reg mpg weight foreign&lt;br /&gt;
esttab, star(* 0.05 ** 0.01 *** 0.001 **** 0.0001)</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/9216843552586851422/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/04/stata.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/9216843552586851422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/9216843552586851422'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/04/stata.html' title='Stata: 更改輸出表格的顯著水準'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/wkZ3T32ss6k/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-6714410442824520215</id><published>2015-02-15T01:08:00.001+08:00</published><updated>2015-02-15T01:08:10.812+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>SEM的分析步驟</title><content type='html'>&lt;p&gt;之前寫過&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2009/01/what-is-structural-equation-model.html&quot;&gt;什麼是結構方程模式分析？(What is structural equation model?)&lt;/a&gt;&lt;strong&gt;，&lt;/strong&gt;&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2009/01/amos.html&quot;&gt;Amos的教學文章&lt;/a&gt;也有很多讀者留言，希望能再繼續寫下去。不過開始教職之後，整天想的都是如何拼publication，只能在空閒之餘，抽點時間來寫部落格，還希望大家包涵。最近由於要帶學生作SEM，所以希望能把一些東西寫寫，也順便理清自己的觀念。&lt;/p&gt;
&lt;p&gt;我最常遇到別人問的問題就是：要作結構方程式分析，要進行哪些步驟？&lt;/p&gt;
&lt;p&gt;說這麼多，不如來看這張圖：&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;sem-flowchart.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiorOt7kxjSgwrGfMF3_5_hymc37syEh0lMYftjA36oA0Z-0XXbx0nUOw9tPe1rQeir0sXXh66c8FXxXxQyC8HdAuh3XJ4Dfn06O7WJKEGtMWd-Rs8iS4jyBOD9WfsVmxp303rk8aAB3oI/?imgmax=800&quot; alt=&quot;Sem flowchart&quot; width=&quot;600&quot; height=&quot;542&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;圖挺清楚的，我就不多說了。各個步驟其實還有一些細節，這就以後再說。&lt;/p&gt;
&lt;p&gt;這張圖出自&lt;a href=&quot;http://www.amazon.com/gp/product/1606238760/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1606238760&amp;amp;linkCode=as2&amp;amp;tag=rsrjx-20&amp;amp;linkId=CLKA44CODCMGJ3TA&quot;&gt;Principles and Practice of Structural Equation Modeling&lt;/a&gt;，這是一本非常好的SEM教科書。如果你觀念不清楚，或是不知道該怎麼實作，這本書提供很好的指引。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/6714410442824520215/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/02/sem.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/6714410442824520215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/6714410442824520215'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/02/sem.html' title='SEM的分析步驟'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiorOt7kxjSgwrGfMF3_5_hymc37syEh0lMYftjA36oA0Z-0XXbx0nUOw9tPe1rQeir0sXXh66c8FXxXxQyC8HdAuh3XJ4Dfn06O7WJKEGtMWd-Rs8iS4jyBOD9WfsVmxp303rk8aAB3oI/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-1132996840513040604</id><published>2015-02-10T04:48:00.001+08:00</published><updated>2015-02-10T04:48:53.058+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="英文寫作"/><category scheme="http://www.blogger.com/atom/ns#" term="論文寫作"/><title type='text'>英文編輯的專業領域</title><content type='html'>&lt;p&gt;自從研究生2.0與目前的&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2013/03/blog-post_13.html&quot;&gt;特約編輯&lt;/a&gt;合作以來，已經幫助不少讀者編修他們的論文。雖然我沒作過任何統計，但是根據我自己的經驗，那是非常滿意的！經過特約編輯的編修，大幅提高了文章的語言多樣性、可讀性，並讓結構更加完整。&lt;/p&gt;
&lt;p&gt;很多讀者在聯繫我的時候，都會詢問一個問題：特約編輯的專業是什麼？他能編修 XXX 領域的文章嗎？&lt;/p&gt;
&lt;p&gt;其實，這點就陷入了一個迷思：不是這個領域的人，沒辦法幫你修改英文。&lt;/p&gt;
&lt;p&gt;仔細想想，這樣的論證，對嗎？&lt;/p&gt;
&lt;p&gt;英文編修服務並不是幫你改內容，而是幫你在已有的基礎上，改正英文錯誤，並增加可讀性。當然，如果領域是他熟悉的，讀起來的過程是比較愉快的！但如果領域不熟悉，這不妨礙別人給你編修英文，是吧？不用擔心內容深度的問題，即使編修者不是在你的領域。如果你的英文連母語者都看不懂，那我想reviewers也很難接受你的文章。&lt;/p&gt;
&lt;p&gt;要當編修，除了要對語言敏感，熟悉學術英文的寫作，更重要的有廣泛的閱讀興趣，因為不愛讀不同類型的文章，是沒法成為編修的，而這點，我相信特約編輯絕對能勝任此工作。&lt;/p&gt;
&lt;p&gt;那究竟特約編輯的領域是什麼呢？他學的是歷史學，多半是編修社會科學、人文科學相關文章。我自己是作教育的，特約編輯的服務我相當滿意，不然也不會推薦給大家了！&lt;/p&gt;
&lt;p&gt;讀者們，如果你使用過特約編輯的服務，請在下方留個言，讓大家知道這服務的品質。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/1132996840513040604/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/02/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1132996840513040604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1132996840513040604'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/02/blog-post.html' title='英文編輯的專業領域'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-5920187791283295154</id><published>2015-01-16T10:15:00.001+08:00</published><updated>2015-01-16T10:15:42.596+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>Stata: mixed的aic與bic</title><content type='html'>&lt;p&gt;在用Stata作多層線性分析的時候，預設是不會告訴你aic與bic的值的。&lt;/p&gt;
&lt;p&gt;如果你要出現這兩個數值，可以在跑完mixed之後，輸入以下指令：&lt;/p&gt;
&lt;p&gt;&lt;tt&gt;estat ic&lt;/tt&gt;&lt;/p&gt;
&lt;p&gt;那Stata就會告訴你aic與bic的結果&lt;/p&gt;
&lt;p&gt;如果要用esttab輸入的話，拿&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2015/01/stata-mixed.html&quot;&gt;上一次的例子&lt;/a&gt;來說，code 可以改成&lt;/p&gt;
&lt;p&gt;esttab, b(2) aic(2) bic(2) transform(ln*: exp(2*@) 2*exp(2*@) ) ///&lt;br /&gt;eqlabels(&quot;&quot; &quot;var(tenure)&quot; &quot;var(_cons)&quot; &quot;var(Residual)&quot;, none) ///&lt;br /&gt; varlabels(,elist(:_cons &quot;{break}{hline @width}&quot;)) ///&lt;br /&gt; varwidth(10)&lt;/p&gt;
&lt;p&gt;就是在b(2) 後面加上aic() 與bic(), 結果就像下圖&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;aic_bic.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjanI0VjmOJEsOCzOX73xR1psrZ0MdhViA-X_uph09Qp9oZ_wFXKfbHW_Yl5kYY3FQkh7N-Y1tMcpCg4VptkJwpr-4RVJVpXGUP-SlpG0-A-IxG1oA3e3TlIsiElScWdYE9-DIHUdb4O9M/?imgmax=800&quot; alt=&quot;Aic bic&quot; width=&quot;600&quot; height=&quot;474&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/5920187791283295154/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/01/stata-mixedaicbic.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/5920187791283295154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/5920187791283295154'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/01/stata-mixedaicbic.html' title='Stata: mixed的aic與bic'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjanI0VjmOJEsOCzOX73xR1psrZ0MdhViA-X_uph09Qp9oZ_wFXKfbHW_Yl5kYY3FQkh7N-Y1tMcpCg4VptkJwpr-4RVJVpXGUP-SlpG0-A-IxG1oA3e3TlIsiElScWdYE9-DIHUdb4O9M/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-5375565702177696154</id><published>2015-01-16T10:05:00.001+08:00</published><updated>2015-01-16T10:05:36.649+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>Stata: 輸出mixed結果</title><content type='html'>&lt;p&gt;Stata 拿來作&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2011/01/hierarchical-linear-modeling.html&quot;&gt;多層線性分析&lt;/a&gt;挺方便的，在Stata 13以前的版本，用xtmixed；目前xtmixed已經不是Stata 13的官方的部分，但還是可以使用。Stata 13的用戶建議使用mixed。&lt;/p&gt;
&lt;p&gt;使用mixed或xtmixed跑出結果之後，如果estat依照&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2009/02/stata-regression-tablewordexcel.html&quot;&gt;輸出regression table&lt;/a&gt;的辦法，那表格非常不好看，而且表格與你跑出來的數字會不一樣 (因為代表意義不一樣)。&lt;/p&gt;
&lt;p&gt;拿具體例子來說吧！&lt;/p&gt;
&lt;p&gt;從網路上先載入資料&lt;/p&gt;
&lt;p&gt;webuse nlswork&lt;/p&gt;
&lt;p&gt;之後先跑unconditional model&lt;/p&gt;
&lt;p&gt;mixed ln_w  || id: tenure&lt;/p&gt;
&lt;p&gt;結果如下圖&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;hlm-1.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmFjuLv92wSkMXxxsUPc3I1fGdkNfPwO8ybN3xHYthR9S37PPvBQq23fppU5GYz7FOpfClcYEC8LY6TIr3S9rPO2AbiXS7rRipc_rWWfPyYN9Wugy2NEXr7UTcYGZmc-ZWdO6qwTN_vtk/?imgmax=800&quot; alt=&quot;Hlm 1&quot; width=&quot;600&quot; height=&quot;334&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;接下來打指令輸出：&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;hlm-2.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYjU7gTBeg2xVXufJXojj1gk8XSOGv5s3hGFfAKR-_QGyItqIQunkI_QK-RhFebRGbZDnDOI__OBS9qdnEi7r57Isi360iXglE0R0pm4TWGUCMbGOIVOIqkCRyd-TBuWmbSLcn7L_lp9E/?imgmax=800&quot; alt=&quot;Hlm 2&quot; width=&quot;383&quot; height=&quot;600&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;你仔細比較數值，會發現第一張圖的var(tenure)的值是.0029，而到了第二張圖，輸出時，對應的確是-2.91。&lt;/p&gt;
&lt;p&gt;var(_cons)也是，從.1123到了-1.09。&lt;/p&gt;
&lt;p&gt;var(residual)從.085變成了-1.23。&lt;/p&gt;
&lt;p&gt;這修改方法可以參考這裡的：http://repec.org/bocode/e/estout/advanced.html#advanced402&lt;/p&gt;
&lt;p&gt;輸出的code如下：&lt;/p&gt;
&lt;p&gt;esttab, b(2) nogaps nol replace transform(ln*: exp(2*@) exp(2*@) ) ///&lt;br /&gt;eqlabels(&quot;&quot; &quot;var(tenure)&quot; &quot;var(_cons)&quot; &quot;var(Residual)&quot;, none) ///&lt;br /&gt; varlabels(,elist(weight:_cons &quot;{break}{hline @width}&quot;)) ///&lt;br /&gt; varwidth(10)&lt;/p&gt;
&lt;p&gt;/// 是分行，注意最後一個字母與///之間要有空格&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;hlm-3.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjL2XARjP1PzHeM5WsRdnPa-VSTt5NLi4_kHXU7pIzE4cWMTYTzyBIuI5eUBHkLzP8hNdaysjBqv0cZQTotVWjwlqmfBw5njCI50EefD3oFXNMcvsvOAd_JprAzpl0mSZ5Qq4Uuq0Wqd2U/?imgmax=800&quot; alt=&quot;Hlm 3&quot; width=&quot;564&quot; height=&quot;600&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;這例子舉的其實挺不好的，&lt;strong&gt;因為level 1 的_cons跑掉了，因為這個變數是ln開頭的&lt;/strong&gt;。如果這個改掉的話，就沒有這問題了。&lt;/p&gt;
&lt;p&gt;如果有其它需要，還請參考http://repec.org/bocode/e/estout/advanced.html#advanced402的例子。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/5375565702177696154/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/01/stata-mixed.html#comment-form' title='2 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/5375565702177696154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/5375565702177696154'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/01/stata-mixed.html' title='Stata: 輸出mixed結果'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmFjuLv92wSkMXxxsUPc3I1fGdkNfPwO8ybN3xHYthR9S37PPvBQq23fppU5GYz7FOpfClcYEC8LY6TIr3S9rPO2AbiXS7rRipc_rWWfPyYN9Wugy2NEXr7UTcYGZmc-ZWdO6qwTN_vtk/s72-c?imgmax=800" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-7474532762805814830</id><published>2015-01-13T20:25:00.001+08:00</published><updated>2015-01-13T20:25:27.883+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="工作效率"/><category scheme="http://www.blogger.com/atom/ns#" term="無關研究"/><category scheme="http://www.blogger.com/atom/ns#" term="網路應用"/><category scheme="http://www.blogger.com/atom/ns#" term="電腦隨筆"/><title type='text'>提高工作效率：清空你的收件匣(zero inbox)</title><content type='html'>在很久以前，就看過電腦玩物寫了兩篇文章：&lt;a href=&quot;http://www.playpcesor.com/2012/04/gmail-10.html&quot; target=&quot;_blank&quot;&gt;每天清空 Gmail 收件匣的 10個 待辦郵件清單處理法&lt;/a&gt;、&lt;a href=&quot;http://www.playpcesor.com/2010/01/10.html&quot; target=&quot;_blank&quot;&gt;[摘譯]維持電子郵件收件匣清空的10個技巧&lt;/a&gt;。說真的，技巧不難，但是知易行難。&lt;br /&gt;
&lt;br /&gt;
在這些方法當中，都強調：&lt;b&gt;能短時間回信的、處理的，就優先處理掉&lt;/b&gt;，這點對在美國大學工作的我，覺得特別困難，不知道該如何著手。因為身在美國，信件都是用英文回的，基本上不像這些教學一樣，2分鐘就能解決的。&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;光想個英文，有時候就不只5分鐘了。另外，在學術圈很多email都是需要思考該怎麼處理的，也不2分鐘能解決的&lt;/b&gt;&lt;/span&gt;。&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;不過信件堆積如山，開始忘記應該要處理的事情，於是我開始嘗試這種方法。&lt;br /&gt;
&lt;br /&gt;
先來看看這段zero inbox的影片：&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.youtube.com/embed/y3dLEuhPzrI?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
那該怎麼實作呢？ &lt;br /&gt;
&lt;br /&gt;
首先，加上Gmail的分類，這是很重要的！我以前寫過一篇&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2010/08/gmail.html&quot; target=&quot;_blank&quot;&gt;gmail必備的標籤&lt;/a&gt;，這主要是為學術圈的東西作分類。除此之外，還得加上To respond, to read, deferred等標明工作狀態的標籤，方便管理自己的時間。&lt;br /&gt;
&lt;br /&gt;
如果你之前已經大量使用gmail的標籤，你新增的to read, to respond 等關於工作狀態的標籤不在最上方的話，&lt;b&gt;建議你可以在這幾個標籤前加上數字0-9&lt;/b&gt;，通常就會顯示在最前面了。&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;分類多種，不如管理工作狀態來得重要，其它的功能就交給搜尋吧！&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
第二步，當然就是善用這些標籤，然後不要眷戀地把其餘的或處理完的事情archive！當你大膽邁出這一步之後，你會覺得你的專注力更加集中，你的效率也大幅提高！&lt;br /&gt;
&lt;br /&gt;
要注意的一點：回信的時候，除非必要，切忌多工！&lt;a href=&quot;https://activememory.com/news/2014/why-multi-tasking-doesn-t-work&quot; target=&quot;_blank&quot;&gt;Multitask多工只會讓你的效率更差，讓你沒辦法作好你的工作！&lt;/a&gt;你的大腦沒辦法那麼快的轉換並進入狀態。有事情的話，先專注作好。&lt;br /&gt;
&lt;br /&gt;
第三步，分配時間。前面說的2分鐘回信原則對我來說是不適用的，所以我通常把時間定在五到十分鐘。如果能2分鐘以內處理的，立即處理！如果是緊急的，又能在5分鐘之內處理的，那我也會儘可能先處理。&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;如果非常重要，但必須花大量時間回信，那不如花個時間一起見面開個會，效率反而更高！&lt;/b&gt;&lt;/span&gt;另外，可以指派其它人的時候，別吝嗇分權，因為這才是讓你提高效率的辦法！&lt;br /&gt;
&lt;br /&gt;
如果真的沒辦法短時間、藉由開會、分權來解決，那就進到to respond，並用電腦玩物分享的：&lt;a href=&quot;http://www.playpcesor.com/2011/01/gmail-tasks.html&quot; target=&quot;_blank&quot;&gt;如何利用Gmail Tasks工作表規劃郵件分工處理流程？心得分享，排到你的tasks裡&lt;/a&gt;。&lt;br /&gt;
&lt;br /&gt;
希望大家工作效率都能提高，今年能多發幾篇papers!!! </content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/7474532762805814830/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/01/zero-inbox.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/7474532762805814830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/7474532762805814830'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2015/01/zero-inbox.html' title='提高工作效率：清空你的收件匣(zero inbox)'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-2798359183698644825</id><published>2014-11-14T23:18:00.001+08:00</published><updated>2014-11-14T23:18:29.674+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="應對進退"/><category scheme="http://www.blogger.com/atom/ns#" term="英文寫作"/><category scheme="http://www.blogger.com/atom/ns#" term="論文寫作"/><title type='text'>Proofread的重要</title><content type='html'>&lt;p&gt;在準備投稿的過程中，一定要注意校對。前一陣子在Ethology發了一篇文章：&lt;a href=&quot;http://onlinelibrary.wiley.com/doi/10.1111/eth.12282/abstract&quot;&gt;Variation in Melanism and Female Preference in Proximate but Ecologically Distinct Environments&lt;/a&gt;，下圖就是從文章裡面的作者評論。&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;proofread-errors.jpg&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3qPtrXvHLiW9wdw5pZxDpYIvD-2TiocPHKamEwXx6YKXrNJDxegyzsgqJT7O4h-lKOnCeXRUQz85je5nwWg4XQrNbvX5LeGlajxszRL3-V46lvEIAaAbvznZ8L7EZywsHucD-Rto2NTw/?imgmax=800&quot; alt=&quot;Proofread errors&quot; width=&quot;600&quot; height=&quot;398&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;這篇文章經過多次校對，五位作者、主編、審稿者都沒有看到這個錯誤，而此篇文章在2014年7月發表，但這項錯誤在四個月之後才被發現，並廣為宣傳。&lt;/p&gt;
&lt;p&gt;而作者所批評的文章，是發表在International Journal of Behavioral Biology，impact factor 1.556，相當不錯的期刊。&lt;/p&gt;
&lt;p&gt;Dr. Caitlin Gabor 也希望這篇文章的作者道歉。&lt;/p&gt;
&lt;p&gt;所以有個editor是很重要的，另外，要與其它作者溝通，請在word裡面用comment的功能，別寫在文章，很容易疏忽掉的。&lt;/p&gt;
&lt;p&gt;研究生2.0有特約編輯，用非常便宜的價格為大家服務。如果想要知道&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2013/11/20.html&quot;&gt;特約編輯的資訊&lt;/a&gt;，可以依照文章指示，在facebook發訊息給我。&lt;/p&gt;
&lt;p&gt;參考資料：&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.iflscience.com/brain/sciences-worst-proofreading-error&quot;&gt;Scientists make hilarious proofreading error&lt;/a&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/2798359183698644825/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/11/proofread.html#comment-form' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/2798359183698644825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/2798359183698644825'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/11/proofread.html' title='Proofread的重要'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3qPtrXvHLiW9wdw5pZxDpYIvD-2TiocPHKamEwXx6YKXrNJDxegyzsgqJT7O4h-lKOnCeXRUQz85je5nwWg4XQrNbvX5LeGlajxszRL3-V46lvEIAaAbvznZ8L7EZywsHucD-Rto2NTw/s72-c?imgmax=800" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-6322616647929341552</id><published>2014-10-13T08:31:00.001+08:00</published><updated>2014-10-13T08:32:50.247+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="免費資源"/><category scheme="http://www.blogger.com/atom/ns#" term="實用軟體"/><category scheme="http://www.blogger.com/atom/ns#" term="文獻管理"/><category scheme="http://www.blogger.com/atom/ns#" term="網路應用"/><category scheme="http://www.blogger.com/atom/ns#" term="電腦隨筆"/><title type='text'>Zotero: 匯入Endnote資料庫 (含檔案) Mac篇</title><content type='html'>&lt;p&gt;最近因為想要實驗一下Zotero grow library的功能，所以在電腦上又把Zotero弄起來，花了一點時間把Endnote的資料匯到Zotero之中。&lt;/p&gt;
&lt;p&gt;Zotero比較麻煩的是付費問題，只要你有個幾百筆檔案，又都有pdf的話，很快你就要付月費了。不過可以與多組不同的人共用文獻，這是大亮點。&lt;/p&gt;
&lt;p&gt;回歸正題。其實在Zotero匯入Endnote資料庫，步驟與之前寫過的這篇&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2010/08/zotero-endnote.html&quot;&gt;Zotero: 匯入Endnote資料庫 (含檔案)&lt;/a&gt; 是一樣的。&lt;/p&gt;
&lt;p&gt;首先，要把資料從Endnote匯出。匯出時，使用Ris模式，你可以&lt;strong&gt;&lt;/strong&gt;&lt;a href=&quot;https://docs.google.com/leaf?id=0BwxFvrXhZSeBNTZlMDM3OWQtZDM4Mi00MDlkLWEyMDctZGE1OTUyMmFiOTRl&amp;amp;hl=en&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;strong&gt;下載我作好的style&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;下載完之後，把這個style檔，放到 applications - Endnote - Styles 裡面。&lt;/p&gt;
&lt;p&gt;完成之後文獻資料是個txt檔。&lt;/p&gt;
&lt;p&gt;第二步，修改裡面的file path。匯出來之後，L1的欄位是檔案位置，會出現這樣子：&lt;/p&gt;
&lt;p&gt;L1  - internal-pdf://檔案名.pdf&lt;/p&gt;
&lt;p&gt;但這是相對路徑，不是絕對路徑。所以用TextEdit來進行find and replace。&lt;/p&gt;
&lt;p&gt;在進行這步之前，要找到你的pdf檔案在哪。找到之後，你可以隨便找一個pdf檔，然後按右鍵，選擇get info。&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;zotero1.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhV8ry8XkkrJN1YlnCg7qKPqeSwuGEOYV1o9oAEJRheSCmQUp7oNSouRAEq2quZ51lvOz9kawphnaoMcav5lo4dhi9CJ5JW35T0KciAVEoUMbkLZ6GXGXzqXa4LOxr31xk3fgteu5TA7Lw/?imgmax=800&quot; alt=&quot;Zotero1&quot; width=&quot;600&quot; height=&quot;401&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;你就會看到檔案路徑像這樣子：&lt;/p&gt;
&lt;p&gt;/Users/使用者/Documents/References/book-2014.Data/PDF/RESEARCH ON TEACHING.pdf&lt;/p&gt;
&lt;p&gt;你在TextEdit之中要作的，就是要找出：&lt;/p&gt;
&lt;p&gt;internal-pdf://&lt;/p&gt;
&lt;p&gt;取代成這個：&lt;/p&gt;
&lt;p&gt;/Users/使用者/Documents/References/book-2014.Data/PDF/&lt;/p&gt;
&lt;p&gt;取代完之後，匯入Zotero，大功告成！&lt;/p&gt;
&lt;p&gt;如果你想看Zotero的官方說明文件，可參考這兩個：&lt;/p&gt;
&lt;p&gt;https://www.zotero.org/support/kb/importing_records_from_endnote&lt;/p&gt;
&lt;p&gt;https://www.zotero.org/support/kb/exporting_from_endnote_with_pdfs#remark_on_sed_statement&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/6322616647929341552/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/10/zotero-endnote-mac.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/6322616647929341552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/6322616647929341552'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/10/zotero-endnote-mac.html' title='Zotero: 匯入Endnote資料庫 (含檔案) Mac篇'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhV8ry8XkkrJN1YlnCg7qKPqeSwuGEOYV1o9oAEJRheSCmQUp7oNSouRAEq2quZ51lvOz9kawphnaoMcav5lo4dhi9CJ5JW35T0KciAVEoUMbkLZ6GXGXzqXa4LOxr31xk3fgteu5TA7Lw/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-3605149531049679041</id><published>2014-10-08T02:52:00.001+08:00</published><updated>2014-10-08T02:52:27.754+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>Stata: 計算Kuder-Richardson (庫李信度)</title><content type='html'>&lt;p&gt;一直以來作的研究都是用 Cronbach’s alpha，因為問卷多半是連續變量，但最近作的一項計畫，是處理學生答對與否，在信度方面，就不能用Cronbach’s alpha了，要用Kuder-Richardson reliability test，因為是categorical variable。&lt;/p&gt;
&lt;p&gt;公式列在下面&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;NewImage.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgowX27_RiZLw2eRjJxi3nxH7S_v2ntREXkffYyAEpxUfr0X3qdf5lbD0MNP6kBCBkuhmrOZ02pqJ132baEvrvfk5ruo2x33KjOANXH3rlABtvbGRcs9d3mx__tB0Pc0Dugku2weo_8cQI/?imgmax=800&quot; alt=&quot;NewImage&quot; width=&quot;197&quot; height=&quot;40&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Where:&lt;/p&gt;
&lt;p&gt;N = number of items on the test (25 for you)&lt;/p&gt;
&lt;p&gt;= variance of total scores&lt;/p&gt;
&lt;p&gt;= item p-value&lt;/p&gt;
&lt;p&gt;在Stata，要先安裝一個套件才能使用。&lt;/p&gt;
&lt;p&gt;要直接安裝的話，程式在下面：&lt;/p&gt;
&lt;p&gt;net install kr20.pkg&lt;/p&gt;
&lt;p&gt;或是用findit kr20&lt;/p&gt;
&lt;p&gt;使用上也沒什麼困難的，語法如下：&lt;/p&gt;
&lt;p&gt;kr20 varlist [if exp][in range], [sort(sortkey)]&lt;/p&gt;
&lt;p&gt;在跑之前，要先確認資料格式是正確的，0是錯誤答案，1是正確答案，然後把變數放進語法中即可。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/3605149531049679041/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/10/stata-kuder-richardson.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/3605149531049679041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/3605149531049679041'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/10/stata-kuder-richardson.html' title='Stata: 計算Kuder-Richardson (庫李信度)'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgowX27_RiZLw2eRjJxi3nxH7S_v2ntREXkffYyAEpxUfr0X3qdf5lbD0MNP6kBCBkuhmrOZ02pqJ132baEvrvfk5ruo2x33KjOANXH3rlABtvbGRcs9d3mx__tB0Pc0Dugku2weo_8cQI/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-1946866825594863720</id><published>2014-10-03T22:12:00.001+08:00</published><updated>2014-10-03T22:12:35.852+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="應對進退"/><category scheme="http://www.blogger.com/atom/ns#" term="網路應用"/><title type='text'>謹慎處理你的online presence</title><content type='html'>&lt;p&gt;現在是申請工作的旺季，也是許多研究生開始申請美國學校的時候了。不論你是前者還是後者，你都要謹慎處理你的online presence：&lt;strong&gt;因為你的committee非常有可能用你在facebook, twitter或google plus上面的訊息，來決定他們如何評價你，這可能直接或間接影響到他們是否錄取你&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://chronicle.com/&quot;&gt;The Chronicle of Higher Education&lt;/a&gt;最近一篇文章：&lt;a href=&quot;http://chronicle.com/article/Google-Stalking-Job/149193/&quot;&gt;Google-stalking job candidates: Tempting but risky&lt;/a&gt;, 裡面就說到這種情形。&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;An online search, meanwhile, might ferret out a piece of interesting information that didn’t make the application packet or give a glimpse of how candidates portray themselves out in the (virtual) world.&lt;/p&gt;
&lt;p&gt;For the most part, faculty members find it perfectly natural to check out that public persona, thinking that &quot;anything that is publicly available on the Internet is fair game,&quot; says Robert D. Sprague, an associate professor of business law at the University of Wyoming.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;在這項&lt;a href=&quot;http://www.careerbuilder.com/share/aboutus/pressreleasesdetail.aspx?sd=10/17/2013&amp;amp;id=pr785&amp;amp;ed=12/31/2013&quot;&gt;survey&lt;/a&gt;當中顯示，48%的公司，會利用Google或其它搜尋引擎，搜尋申請者的資料。雖然這樣的行為在學術圈中更為敏感，但這是大家不可忽視的事實。在The City University of New York的&lt;a href=&quot;http://careerplan.commons.gc.cuny.edu/socialmediaacademe/&quot;&gt;網站&lt;/a&gt;上，是這麼告訴他們自己的學生的：&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt; It is essential to have a robust and professional web presence if you are a graduate student on the job market, as you will be ‘Googled’ by the search-committee members at the institutions to which you apply&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;先不論這樣作是否合法，重要的是你該如何處理你的online presence。如果你的言論容易引起爭議，那建議還是三思之後，再決定是否張貼。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/1946866825594863720/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/10/online-presence.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1946866825594863720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1946866825594863720'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/10/online-presence.html' title='謹慎處理你的online presence'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-6100908626233164774</id><published>2014-09-23T22:40:00.001+08:00</published><updated>2014-09-23T22:40:31.304+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="應對進退"/><title type='text'>Teaching philosophy可選用的quotes</title><content type='html'>&lt;p&gt;在申請工作時，有些學校會讓你寫teaching philosophy，這裡整理了一些好用的quotes，可以用來開頭或結尾。&lt;/p&gt;
&lt;h2&gt;&lt;img title=&quot;teaching-philosophy.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy6XxYUKXtJZFCU7E6fYNXCfqPiONUVP3UOQ63jPMtdCch32rk_zhUGwt2DlUoVmNhsuF9XBWL-Gkj3ZJMNQM4iDo5P15yLxlm-NfQRCe4YmmtLyCVZPGBs6fhzCKwbsogvE5YU_3E6oc/?imgmax=800&quot; alt=&quot;Teaching philosophy&quot; width=&quot;600&quot; height=&quot;450&quot; border=&quot;0&quot; /&gt;&lt;/h2&gt;
&lt;h2&gt;與Learning相關&lt;/h2&gt;
&lt;p&gt;Learning teacheth more in one year than experience in twenty. (Roger Ascham)&lt;/p&gt;
&lt;p&gt;What we have to learn to do, we learn by doing. (Aristotle)&lt;/p&gt;
&lt;h2&gt;與Memory相關&lt;/h2&gt;
&lt;p&gt;The true art of memory is the art of attention. (Samuel Johnson)&lt;/p&gt;
&lt;p&gt;A man’s memory may almost become the art of continually varying and misrepresenting his past, according to his interests in the present. (George Santayana)&lt;/p&gt;
&lt;h2&gt;與Forgetting相關&lt;/h2&gt;
&lt;p&gt;The mind is slow in unlearning what it has been long in learning. (Seneca)&lt;/p&gt;
&lt;p&gt;Soon learnt, soon forgotten. (Proverb)&lt;/p&gt;
&lt;p&gt;Out of sight, out of mind. (Proverb)&lt;/p&gt;
&lt;p&gt;An injury is much sooner forgotten than an insult. (Lord Chesterfield)&lt;/p&gt;
&lt;p&gt;以後看到相關的，再慢慢補上。如果大家有不錯的quotes，也歡迎在下面提供。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/6100908626233164774/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/09/teaching-philosophyquotes.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/6100908626233164774'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/6100908626233164774'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/09/teaching-philosophyquotes.html' title='Teaching philosophy可選用的quotes'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy6XxYUKXtJZFCU7E6fYNXCfqPiONUVP3UOQ63jPMtdCch32rk_zhUGwt2DlUoVmNhsuF9XBWL-Gkj3ZJMNQM4iDo5P15yLxlm-NfQRCe4YmmtLyCVZPGBs6fhzCKwbsogvE5YU_3E6oc/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-1545412266098796866</id><published>2014-09-17T22:11:00.001+08:00</published><updated>2014-09-17T22:11:09.737+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="應對進退"/><category scheme="http://www.blogger.com/atom/ns#" term="海外留學"/><title type='text'>美國學術工作發佈時程</title><content type='html'>&lt;p&gt;要&lt;a href=&quot;http://newgenerationresearcher.blogspot.com/2013/04/blog-post_9.html&quot;&gt;找美國學術工作&lt;/a&gt;，你會非常關注什麼時候工作會張貼出來，這樣你可以知道今年整體市場如何，決定要申請工作的數量。&lt;/p&gt;
&lt;p&gt;那何時是美國學術工作張貼的高峰期呢？這問題很難說，而且每個領域是有些不同的。不過為了給大家一個概念，這裡採用了The Chronicle of Higher Education的文章，裡面轉用了Modern Language Association的資料。&lt;/p&gt;
&lt;p&gt;下圖是2013年張貼出來英語文學的學術工作。從中你會看到，506個工作review在年底之前就開始，只有113個工作是到2014年才開始review的。換句話說，你如果要找明年八月開始的學術工作，今年開始申請，而且今年學校就會review你的申請材料了。&lt;/p&gt;
&lt;p&gt;再具體一點。70%的工作是在12/1號之前開始評審。如果推算回去的話，趨勢一樣的情況下，那意思是大部分的美國學術工作，你可能已經可以在網路上找到資訊，或是在這一個星期左右就會看到。&lt;/p&gt;
&lt;p&gt;就像下圖，十月有111個工作到deadline，那&lt;strong&gt;表示這些工作是更早以前張貼的，所以現在(九月到十月初)是找學術工作的重要期間，千萬不要錯過！但也有可能你的領域早一點或晚一點，這請詢問你的指導教授。&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;MLA-job-trend.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNkGDwIqQaFW2xPSjA-AKOow3cTbjLkFnCZoc-GBG0Gz4speANGJ_ifbuqH5CH6-uNHW2PN6GB9XxYqatsyWn6vAZHAN9OXx0uvY1YPSvK2TyglpPuspBJFpT-ksZ7h2nWM9mzzLHcBE4/?imgmax=800&quot; alt=&quot;MLA job trend&quot; width=&quot;600&quot; height=&quot;464&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;p&gt;上面的時間是說明在這段時間，有多少工作到了submission deadline。&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/1545412266098796866/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/09/blog-post_17.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1545412266098796866'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1545412266098796866'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/09/blog-post_17.html' title='美國學術工作發佈時程'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNkGDwIqQaFW2xPSjA-AKOow3cTbjLkFnCZoc-GBG0Gz4speANGJ_ifbuqH5CH6-uNHW2PN6GB9XxYqatsyWn6vAZHAN9OXx0uvY1YPSvK2TyglpPuspBJFpT-ksZ7h2nWM9mzzLHcBE4/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-1637769754978220616</id><published>2014-09-10T23:26:00.001+08:00</published><updated>2014-09-10T23:26:56.705+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><title type='text'>探索性因素分析模型契合方式的比較</title><content type='html'>&lt;p&gt;前面的文章&lt;a style=&quot;font-size: 1.17em;&quot; href=&quot;http://newgenerationresearcher.blogspot.com/2011/02/blog-post_27.html&quot;&gt;探索性因素分析的設計與使用 (一)&lt;/a&gt; 講到了&lt;strong&gt;&lt;em&gt;模型契合方式的選擇&lt;/em&gt;，&lt;/strong&gt;裡面提到了幾種常用的方法：&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;常用的方法有 maximum likelihood (&lt;strong&gt;簡稱ML&lt;/strong&gt;), pricipal factors with prior estimation of communalities, 和 iterative principal factors。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ML&lt;/strong&gt; 的優點是可以&lt;strong&gt;得到較廣的模型適合度指標&lt;/strong&gt; (a wide rage of indexes of the goodness of fit of the model)。此外，ML 還&lt;strong&gt;允許測試 factor loadings 與因素之間的相關度是否為顯著&lt;/strong&gt;。然而，ML 的限制是&lt;strong&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;假設了多變量的常態性 (normality)。&lt;/span&gt;&lt;/strong&gt;如果嚴重違反常態性，得出的結果將是扭曲的。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;principal factor methods&lt;/strong&gt; (包含 iterated 與 noniterated的。&lt;strong&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;注意：principal factor methods 與主成份分析是不一樣的&lt;/span&gt;&lt;/strong&gt;) 的優點則是沒有常態性分佈的假設。此外，principal factor methods 也較不會得到扭曲的結果。然而，此種方法的缺點是提供較少範圍的 goodness of fit indexes (適合度指標)。此外，一般來說也不提供 confidence intervals 和顯著測試。&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt; 但這些解釋可能不是很直觀，所以找了個英文說明，讓大家更清楚。&lt;/p&gt;
&lt;div class=&quot;post-header-line-1&quot;&gt; &lt;/div&gt;
&lt;div style=&quot;float: right; margin: 5px 10px 10px 0px;&quot;&gt;&lt;ins id=&quot;aswift_1_expand&quot; style=&quot;display: inline-table; border: none; height: 250px; margin: 0; padding: 0; position: relative; visibility: visible; width: 300px; background-color: transparent;&quot;&gt;&lt;ins id=&quot;aswift_1_anchor&quot; style=&quot;display: block; border: none; height: 250px; margin: 0; padding: 0; position: relative; visibility: visible; width: 300px; background-color: transparent;&quot;&gt;&lt;iframe style=&quot;left: 0; position: absolute; top: 0;&quot; width=&quot;300&quot; height=&quot;250&quot; scrolling=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;&lt;/ins&gt;&lt;/ins&gt;  &lt;/div&gt;
&lt;div class=&quot;post-body entry-content&quot;&gt; &lt;img title=&quot;factor-analysis-methods.png&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG0YYtIrYoq0V4oCgbZOEy8SiRUgsXWYXbNYaHMtNVWLPqrX3Du6A7ktJDG0rZjCKD9i17K5DyCpNwku3vTM7uYhp7FN_53EBwfC7tjCEO-cGQuTPTLrg_I8N_3ti4EwSL2GNhktR-G6M/?imgmax=800&quot; alt=&quot;Factor analysis methods&quot; width=&quot;466&quot; height=&quot;524&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;post-body entry-content&quot;&gt;來源：&lt;a href=&quot;http://stats.stackexchange.com/questions/50745/best-factor-extraction-methods-with-reference-to-spss&quot;&gt;http://stats.stackexchange.com/questions/50745/best-factor-extraction-methods-with-reference-to-spss&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/1637769754978220616/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/09/blog-post_37.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1637769754978220616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/1637769754978220616'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/09/blog-post_37.html' title='探索性因素分析模型契合方式的比較'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG0YYtIrYoq0V4oCgbZOEy8SiRUgsXWYXbNYaHMtNVWLPqrX3Du6A7ktJDG0rZjCKD9i17K5DyCpNwku3vTM7uYhp7FN_53EBwfC7tjCEO-cGQuTPTLrg_I8N_3ti4EwSL2GNhktR-G6M/s72-c?imgmax=800" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7118841039616287884.post-5890507387857231957</id><published>2014-09-10T08:27:00.001+08:00</published><updated>2014-09-10T08:30:08.220+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="統計分析"/><category scheme="http://www.blogger.com/atom/ns#" term="英文寫作"/><title type='text'>探索性因素分析英文寫作</title><content type='html'>學統計的時候學的是觀念，但到了寫paper的時候，如何寫出來，還得在學學這些方面如何用英文來描述。另外，有時候分析都作了，但寫文章的時候又忘了，紀錄下這些步驟，也是提高文章的完整性。&lt;br /&gt;
&lt;br /&gt;
下面針對探索性因素分析的部分，給出一些文章用的說法，大家自行修改，並附上一些寫作時可用的文獻。&lt;b&gt;至於驗證性分析，目前還在整理，請大家靜待下一篇。&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
有些部分還不太全，這有空再補，或是請大家提供這方面有詳細描述的文章。文章也還有點亂，請大家包涵。&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;b&gt;如果有缺漏的地方，請大家指正。&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 7&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;h2&gt;
探索性因素分析&lt;/h2&gt;
&lt;h3&gt;
可執行因素分析與否 (factorability)&lt;/h3&gt;
這又叫作因子可分解性。&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;column&quot;&gt;
Evaluation of the correlation matrix indicated that it was factorable: Kaiser-Meyer-Olkin Measure of Sampling Adequacy = .##, which is “marvelous” (&amp;gt; .90) according to Kasier’s criteria (Pett, Lackey, &amp;amp; Sullivan, 2003).  &lt;br /&gt;
&lt;br /&gt;
The factorability of the matrix was determined using the Kaiser–Meyer–Olkin Measure of Sampling Adequacy (MSA). In our study, the MSAs for individual variables ranged from 0.89 to 0.97. The MSA for the entire matrix was 0.937. Each of these MSA values is well above the 0.80 meritorious level (Kaiser &amp;amp; Rice, 1974). &lt;br /&gt;
&lt;br /&gt;
We examined the factorability through an inspection of the correlation matrix, and through conducting the Kaiser–Meyer–Olkin (KMO) measure of sampling adequacy and Bartlett’s test of sphericity. The KMO test yielded a measure of 0.815, and Coakes and Steed recommend that this measure should exceed 0.6 to proceed with factoring. &lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;column&quot;&gt;
Bartlett’s test of sphericity was significant well beyond the 0.001 level. &lt;/div&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #231f20; font-family: TimesNewRoman; font-size: 13px;&quot;&gt;參考文獻&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Coakes, S. J., &amp;amp; Steed, L. G. (1997). SPSS analysis without anguish. Brisbane: John Wiley.  (不建議引用)&lt;br /&gt;
&lt;br /&gt;
Pett, M. A., Lackey, N. R., &amp;amp; Sullivan, J. J. (2003). Making sense of factor analysis: The use of factor analysis for instrument development in health care research. Thousand Oaks, CA: Sage Publications. &lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;column&quot;&gt;
Kaiser, H. F., &amp;amp; Rice, J. (1974). Little Jiffy, Mark IV. Educational and Psychological Measurement, 34, 111–117. &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3&gt;
探索性因素之間的關係&lt;/h3&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 7&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;h4&gt;
&lt;span style=&quot;color: #231f20; font-family: TimesNewRoman; font-size: 10pt;&quot;&gt;正交&lt;/span&gt;&lt;/h4&gt;
A principal axis factor (PAF) analysis was carried out on the 28 items from the 問卷名 using 統計軟體.&lt;br /&gt;
&lt;br /&gt;
Factor analysis was performed with SPSS #, employing a cut-off eigenvalue of 1 and VARIMAX rotation.  &lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;column&quot;&gt;
Each was a principal components analysis with varimax rotation. &lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;column&quot;&gt;
A principal component factor analysis (PCFA) with Varimax rotation was used to determine the underlying structure of the data.  &lt;br /&gt;
&lt;h4&gt;
斜交&lt;/h4&gt;
Oblique rotation methods allow for factors to be correlated, and the assumption was made that the 多少個 factors thought to be present in the 問卷 were related.  &lt;br /&gt;
&lt;br /&gt;
參考文獻&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;column&quot;&gt;
Preacher, K. J., &amp;amp; MacCallum, R. C. (2003). Repairing Tom Swift’s electric factor analysis machine. Understanding Statistics, 2, 13-43. &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h3&gt;
決定探索性因子的方法&lt;/h3&gt;
The number of factors to extract was determined on the basis of several criteria, including parallel analysis, examination of the resulting scree plot, and eigen- values greater than 1.0 (i.e., the K1 criterion; Hayton, Allen, &amp;amp; Scarpello, 2004). &lt;br /&gt;
&lt;h4&gt;
Eigenvalue&lt;/h4&gt;
The K1 criterion suggested # initial factors. &lt;br /&gt;
&lt;br /&gt;
# factors were identified using the latent root criterion, which is the most common technique for determining the number of factors to extract (Hair, Anderson, Tatham, &amp;amp; Black, 1998). The initial eigenvalues were greater than 1, which are considered significant.  &lt;br /&gt;
&lt;h4&gt;
Parallel analysis&lt;/h4&gt;
The parallel analysis suggested that two factors should be retained.  &lt;br /&gt;
&lt;h4&gt;
Scree plot&lt;/h4&gt;
Inspection of the scree plot, although subjective, seemed to suggest two or three factors.&lt;br /&gt;
&lt;br /&gt;
參考文獻&lt;br /&gt;
&lt;br /&gt;
Hair, J. E., Jr., Anderson, R. E., Tatham, R. L., &amp;amp; Black, W. C. (1998). Multivariate data analysis (5th ed.). Upper Saddle River, NJ: Prentice Hall. &lt;br /&gt;
&lt;br /&gt;
Hayton, J. C., Allen, D. G., &amp;amp; Scarpello, V. (2004). Factor retention decisions in explor- atory factor analysis: A tutorial on parallel analysis. Organizational Research Methods, 7, 191-205.&lt;br /&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 23&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;h4&gt;
Factor loadings&lt;/h4&gt;
A cutoff for statistical significance of the factor loadings of 0.5 was used, because loadings of 0.5 or greater are also considered practically significant (Hair et al., 1998). &lt;br /&gt;
&lt;br /&gt;
We adopted a factor loading criterion of 0.40 for inclusion of the item in the interpretation, more stringent than Tabachnik and Fidell (1996), who suggest 0.32, and consistent with Comrey and Lee (1992) who suggest that the criterion should be set a little higher than 0.32.  &lt;br /&gt;
&lt;br /&gt;
參考文獻&lt;br /&gt;
&lt;/div&gt;
&lt;div class=&quot;column&quot;&gt;
Comrey, A. L., &amp;amp; Lee, H. B. (1992). A first course in factor analysis (2nd ed.). Hillsdale, NJ: Erlbaum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hair, J. E., Jr., Anderson, R. E., Tatham, R. L., &amp;amp; Black, W. C. (1998). Multivariate data analysis (5th ed.). Upper Saddle River, NJ: Prentice Hall. &lt;br /&gt;
&lt;br /&gt;
Pallant, J. (2001). SPSS survival manual. Crows Nest, NSW: Allen &amp;amp; Unwin.  (不建議引用)&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
有因子load在兩個因素上&lt;/h3&gt;
Where an item loaded on more than one factor, we have followed the advice of Arrindell et al. (1983) and have included the item in the factor on which it scored highest, provided the difference between the two-factor loadings was at least 0.2. &lt;br /&gt;
&lt;br /&gt;
參考文獻&lt;br /&gt;
&lt;br /&gt;
Arrindell, W. A., Emmelkamp, P. M. G., Brilman, E., &amp;amp; Monsma, A. (1983). Psychometric evaluation of an inventory for assessment of parental rearing practices. Acta Psychiatrica Scandinavica, 67, 163–177. &lt;br /&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;span style=&quot;color: #292526; font-family: Plantin; font-size: 9pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2&gt;
探索性因素分析的效度&lt;/h2&gt;
&lt;h3&gt;
Cronbach’s alpha&lt;/h3&gt;
The Cronbach’s alpha for these ## items was .##. &lt;br /&gt;
&lt;br /&gt;
The reliability of the questionnaire is satisfactory, with a Cronbach alpha of 0.83. Both Coakes and Steed (1997) and Pallant (2001) suggest that alpha values above 0.7 are sufficient for reliability to be assumed. &lt;br /&gt;
&lt;br /&gt;
參考文獻&lt;br /&gt;
&lt;br /&gt;
Coakes, S. J., &amp;amp; Steed, L. G. (1997). SPSS analysis without anguish. Brisbane: John Wiley. (不建議引用)&lt;br /&gt;
&lt;br /&gt;
Comrey, A. L., &amp;amp; Lee, H. B. (1992). A first course in factor analysis (2nd ed.). Hillsdale, NJ:&lt;br /&gt;
Erlbaum.&lt;br /&gt;
&lt;br /&gt;
Pallant, J. (2001). SPSS survival manual. Crows Nest, NSW: Allen &amp;amp; Unwin. (不建議引用)&lt;br /&gt;
&lt;h3&gt;
Correlation matrix&lt;/h3&gt;
Further inspection of the inter-item correlation matrix revealed some considerable redundancy in items A and B.Each of these items was highly correlated (r &amp;gt; .70) with four other items in the subscale. Therefore, these two items were deleted. &lt;br /&gt;
&lt;br /&gt;
Further inspection of the inter-item correlation matrix revealed that item A had low correlations (r &amp;lt; .40) with # other items in the subscale. &lt;br /&gt;
&lt;h2&gt;
&lt;/h2&gt;
&lt;div class=&quot;page&quot; title=&quot;Page 24&quot;&gt;
&lt;div class=&quot;layoutArea&quot;&gt;
&lt;div class=&quot;column&quot;&gt;
&lt;h2&gt;
&lt;span style=&quot;color: #231f20; font-family: TimesNewRoman;&quot;&gt;範例文章&lt;/span&gt;&lt;/h2&gt;
這些文章是我用關鍵字從我的文獻管理軟體找出來的，上面很多英語也是從下面的文章節出來的。大家可以參考一下。如果有更具有代表性的文章，歡迎在下面留言。&lt;br /&gt;
&lt;div style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 12px; margin: 0px 0px 0px 36px; text-indent: -36px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
Artino, A., &amp;amp; McCoach, D. (2008). Development and initial validation of the online learning value and self-efficacy scale. Journal of Educational Computing Research, 38(3), 279-303. doi: 10.2190/EC.38.3.c&lt;br /&gt;
&lt;br /&gt;
Muilenburg, L. Y., &amp;amp; Berge, Z. L. (2005). Student barriers to online learning: A factor analytic study. Distance Education, 26(1), 29-48. doi: 10.1080/01587910500081269&lt;br /&gt;
&lt;br /&gt;
Smith, P. J., Murphy, K. L., &amp;amp; Mahoney, S. E. (2003). Towards identifying factors underlying readiness for online learning: An exploratory study. Distance Education, 24(1), 57-67. doi: 10.1080/01587910303043&lt;br /&gt;
&lt;br /&gt;
Vallerand, R. J., Pelletier, L. G., Blais, M. R., Briere, N. M., Senecal, C., &amp;amp; Vallieres, E. F. (1992). The academic motivation scale: A measure of intrinsic, extrinsic, and amotivation in education. Educational and Psychological Measurement, 52(4), 1003-1017. doi: 10.1177/0013164492052004025&lt;span style=&quot;color: #231f20; font-family: TimesNewRoman;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://newgenerationresearcher.blogspot.com/feeds/5890507387857231957/comments/default' title='張貼留言'/><link rel='replies' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/09/blog-post_10.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/5890507387857231957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7118841039616287884/posts/default/5890507387857231957'/><link rel='alternate' type='text/html' href='http://newgenerationresearcher.blogspot.com/2014/09/blog-post_10.html' title='探索性因素分析英文寫作'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>