<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Steve Chen &#187; 一般</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
	<atom:link href="http://steve-chen.net/category/%e4%b8%80%e8%88%ac/feed" rel="self" type="application/rss+xml" />
	<link>http://steve-chen.net</link>
	<description>Some dance to remember, some dance to forget ...</description>
	<lastBuildDate>Mon, 26 Dec 2011 15:24:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SAS 期末上機考範例</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2011/12/26/302.html</link>
		<comments>http://steve-chen.net/2011/12/26/302.html#comments</comments>
		<pubDate>Mon, 26 Dec 2011 15:24:55 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=302</guid>
		<description><![CDATA[1 . 請下載 iris data , 並讀入 SAS, data set 名稱為 iris, 變數名稱依序為 SL, SW, PL, PW, species
2. 請使用 SAS 方法與 PROC SQL 方法將整組 data set 依照 species 切割成 3 份新的 data sets，名稱各為 setosa, versicolor, virginica
3. 請使用 SAS 方法與 PROC SQL 方法將 2. 的 3 組 data set 合併成新的 data set，名稱為 iris2
4. 請自行創造一筆新資料，各以 SAS 方法及 [...]]]></description>
		<wfw:commentRss>http://steve-chen.net/2011/12/26/302.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS 期中成績(統計二C)</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2011/12/02/300.html</link>
		<comments>http://steve-chen.net/2011/12/02/300.html#comments</comments>
		<pubDate>Fri, 02 Dec 2011 02:47:33 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=300</guid>
		<description><![CDATA[請查詢以下檔案：
http://steve-chen.net/sas/sasmidscore.txt
]]></description>
		<wfw:commentRss>http://steve-chen.net/2011/12/02/300.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>高等微積分考古題</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2011/10/30/296.html</link>
		<comments>http://steve-chen.net/2011/10/30/296.html#comments</comments>
		<pubDate>Sun, 30 Oct 2011 11:30:08 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=296</guid>
		<description><![CDATA[高等微積分考古題可在以下連結下載 (zip 壓縮檔)：
http://steve-chen.net/advc/advCALC-mid.zip
]]></description>
		<wfw:commentRss>http://steve-chen.net/2011/10/30/296.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS 考古題</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2011/10/24/294.html</link>
		<comments>http://steve-chen.net/2011/10/24/294.html#comments</comments>
		<pubDate>Mon, 24 Oct 2011 13:25:29 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=294</guid>
		<description><![CDATA[ 請從以下網頁下載資料檔
http://steve-chen.net/sas/iris.txt
資料檔內的變數及位置如下：
x1 : 第 1 格~ 第 3 格
x2：第 4 格 ~ 第 6 格
x3：第 7 格 ~ 第 9 格
剩下兩個變數為 x4 跟 species
(1) 請使用「至少」兩種輸入法來讀入資料，並僅從第 4 列讀到第 110 列
(2) 請依照 x2 然後 x3 的順序從小到大排序，並使用 PUT 指令，將所有變數內容及 FIRST.x2 , LAST.x2 , FIRST.x3 , LAST.x3 , 及 INFILE 尾端所指定的 COLUMN 變數內容寫到 LOG 視窗
]]></description>
		<wfw:commentRss>http://steve-chen.net/2011/10/24/294.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAS 資料檔: babies</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2011/09/23/291.html</link>
		<comments>http://steve-chen.net/2011/09/23/291.html#comments</comments>
		<pubDate>Thu, 22 Sep 2011 23:59:19 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=291</guid>
		<description><![CDATA[babies 資料檔下載連結如下：
http://steve-chen.net/wp-content/uploads/2011/09/babies.txt
]]></description>
		<wfw:commentRss>http://steve-chen.net/2011/09/23/291.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>二A 上機考成績查詢</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2011/05/20/285.html</link>
		<comments>http://steve-chen.net/2011/05/20/285.html#comments</comments>
		<pubDate>Thu, 19 May 2011 21:47:47 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=285</guid>
		<description><![CDATA[請到以下網址查詢：
http://steve-chen.net/check_score2.php
]]></description>
		<wfw:commentRss>http://steve-chen.net/2011/05/20/285.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>進學班 R 期中上機考查詢</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2011/05/18/283.html</link>
		<comments>http://steve-chen.net/2011/05/18/283.html#comments</comments>
		<pubDate>Wed, 18 May 2011 03:23:32 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=283</guid>
		<description><![CDATA[請到以下網址查詢成績:
http://steve-chen.net/check_score.php
]]></description>
		<wfw:commentRss>http://steve-chen.net/2011/05/18/283.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011/4/28 R 上機考</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2011/04/28/281.html</link>
		<comments>http://steve-chen.net/2011/04/28/281.html#comments</comments>
		<pubDate>Thu, 28 Apr 2011 02:39:32 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=281</guid>
		<description><![CDATA[教室：B204
]]></description>
		<wfw:commentRss>http://steve-chen.net/2011/04/28/281.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R 軟體上機考考古題</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2010/06/11/221.html</link>
		<comments>http://steve-chen.net/2010/06/11/221.html#comments</comments>
		<pubDate>Fri, 11 Jun 2010 03:15:18 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=221</guid>
		<description><![CDATA[1.
請下載 R 軟體安裝好，並到 
http://netstat.stat.tku.edu.tw
頂端選單點選 Samples 網頁，選取「類別資料」項目下的 video 資料檔，並從該資料檔「View data」網頁下載該組資料的 CSV 檔
2.
請寫一個 R 程式，滿足以下要求：
(1)將資料讀入 R 程式，並存成名為 X 的 data-frame 變數
(2)對資料作基本敘述統計分析。基本敘述統計分析部分需寫成 function
(3)至少包含 4 個不同的圖形
(4)至少使用回歸分析 或 ANOVA 分析其中一種
(5)程式裡面需包含迴圈(Loop) 與邏輯判斷 (if 或 switch) 部分
]]></description>
		<wfw:commentRss>http://steve-chen.net/2010/06/11/221.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>扭曲的台灣教育價值觀</title>

<link rel="stylesheet" href="http://steve-chen.net/wp-content/plugins/cms-navigation/css/cms-navigation.css?ver=0.1" type="text/css" media="all" />
		<link>http://steve-chen.net/2010/04/22/198.html</link>
		<comments>http://steve-chen.net/2010/04/22/198.html#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:44:03 +0000</pubDate>
		<dc:creator>Steve Chen</dc:creator>
				<category><![CDATA[一般]]></category>

		<guid isPermaLink="false">http://steve-chen.net/?p=198</guid>
		<description><![CDATA[前陣子，我受邀去某頂尖明星高中擔任他們大學學測甄試演練的提問者。到場的高三學生個個的自我介紹文件洋洋灑灑，不是鋼琴多少級的資格，就是曾到國外遊學半年至一年，也因此使用英文自我介紹時，其中還些人帶有道地的英國腔或美國腔。這些學生們的家庭背景，也多半是中上階層，頗為印證了幾年前中研院學者所曾經做過的調查「台北市大安區學生考上台大的機率，是其他地區的六倍以上」。

這幾天，第一階段的學測甄選放榜，台灣各大報，幾乎不分藍綠，跟往年一樣，「照例」都用頭版、半版、或全版的方式刊登了哪些明星高中有幾個人考上了台大。有些媒體甚至更誇張，特別去訪問幾位同時考上好幾個系的學生。
身為一個知識份子，我必需說，台灣的教育體系與價值觀簡直是嚴重扭曲、荒腔走調！
一個國家的教育目標是什麼？是促成極少數的中上階層菁英的後代年年重演「階級複製」的荒謬現象？還是協助全部的人民能夠接受完整的教育？很顯然的，台灣目前的教育體系只是類似印度「種姓階級制度」的翻版，雖然沒有像印度那麼嚴重，但也只是 50 步與 100 步的差別而已。
印度儘管已經號稱是民主國家，可是其嚴重階級歧視的種姓制度仍然存在。兩三年前，甚至傳出印度高階級種姓的大學生與學者出來抗議印度某些名校招收「低級」種姓的大學生。那些人的不知羞恥，著實敗壞了印度身為民主國家的名聲。
讓我們回過頭來看看台灣，先檢視以下幾個事實：
。在去年八八風災之後，台大、清大、交大居然沒有學生申請受災學生補助
。現任的台大校長居然在公開場合宣稱，台大申請清寒獎學金的人數不多。這代表什麼？
。幾個月前，台灣的媒體「大力」報導台灣哪些高中學生出國參加一個「以英語」辯論物理科學的比賽，表現「優秀」。問題是，儘管英語「閱讀」能力可以自修而成，但是什麼樣的家庭結構與投資，才能培養出一個英語口說能力強到足以辯論的高中生？一般小康家庭或低收入戶的高中生有這種機會嗎？這樣的所謂「成就」，真的值得所有台灣人一起驕傲嗎？
。多年來，台灣媒體幾乎年年報導台灣國小、國中學生參加所謂機器人比賽的「優異成績」。但是許多人不知道的是，光是購買一套機器人組件就要一兩萬元，更不用談相關的補習或訓練費用需要再額外好幾萬元。什麼樣的家庭，可以培養得出這些學生呢？
。當台灣大學入學考試被一堆官僚與參與規劃的學者們搞得亂七八糟之後，就出現年年放榜時，同樣一個學生同時考上特性截然不同的科系的「優秀榜單」。問題是，這樣的現象真的值得鼓勵嗎？當一個學生在高中三年根本搞不清楚自己的意向，導致理科工科管科文科社會科學統統都去報考，不僅浪費社會資源，也霸佔了其他人的入學機會！
凡此總總，都印證了台灣目前教育圖利中上社會中上階層的許多亂象，也導致「階級複製」現象在台灣持續擴大。一個公義的社會，應該提供中下階層人民適當的階級攀升管道，否則長久累積下來，會造成嚴重的 M 型社會結構，窮者越窮，富者越富的不公不義現象。如果台灣這些所謂的頂尖大學是像哈佛一樣的私立大學，那也就罷了，問題是這些所謂明星大學都是公立大學，政府補助這些大學幾十億甚至幾百億的經費，多數皆來自於全體納稅人的錢，卻被拿來圖利僅佔社會一小部分的中上階層後代。這樣的教育體制與現象，難道不可恥嗎？
更重要的是，目前部分社會中上階層人士與學者，他們過去的家庭可能極為貧苦。但是等到這些人完成階級攀升之後，卻往往贊同並擁護目前扭曲的階級複製現象，阻礙中下階層人民的階級移動管道。這類自私的行為與思考模式，難道不可恥嗎？
台灣的媒體也是這類階級複製現象與扭曲教育現象的助紂為虐者。不管是藍的媒體或綠的媒體，幾乎都在每年基測與學測放榜後，以極大篇幅炫耀少數明星高中與明星大學的榜單。這些媒體人或許不知道，在他們的間接鼓動下，台灣的教育制度只會越來越扭曲、越來越不公不義！
我自己出身於普通家庭，小時候甚至有一段時間家裡經濟收入非常不穩定，國小時需要幫忙家裡擺攤作生意，高中與大學時都曾去打工。雖然我現在收入穩定，學校教職的薪水是不少人心中所認為的高薪收入者，但是我不會輕易忘記，這個社會還有許許多多中下階層的人民，他們的小孩需要一個更公平的社會競爭機制，才能夠有更廣的階級翻身機會。如果台灣社會的許多高級知識份子不要忘本，而非自私擁護自己小孩的優勢升學權利，這個國家的教育體系或許能夠擺脫嚴重的偏差，能夠照顧到所有的人民與學童，而非什麼大安區有錢家長的小孩。
]]></description>
		<wfw:commentRss>http://steve-chen.net/2010/04/22/198.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

