All Posts

Analytics
Rick Wicklin 0
The Farey sequence

Here is an interesting math question: How many reduced fractions in the interval (0, 1) have a denominator less than 100? The question is difficult is because of the word "reduced." If we only care about the total number of fractions in (0,1) whose denominator is less than 100, we

Analytics
Mike Gilliland 0
Tom Wallace (1935-2021)

We learned this week of the passing of one of the giants in our field, Tom Wallace. Tom was as gracious and fine a gentleman as you'll meet. Through his writing, teaching, and consulting work -- in frequent collaboration with Bob Stahl -- tens of thousands of industry practitioners have

Analytics
Philip Jones 0
A unique partnership helps identify unmet needs in the energy and utilities industry

Utilities all over the country are facing multiple disruptions, from climate change to distributed energy generation to a growing need to embrace digital transformation. These challenges are more pronounced for midsize public power utilities, which are community-owned, not-for-profit and often more vulnerable to economic challenges than investor-owned utilities. As new

Analytics
SAS Taiwan 0
EG 輸出的報表如何轉成英文?

Q: 投稿英文期刊時,需要呈現英文的統計報表,但是我的EG出來的表格都是中文字怎麼辦? A: 1. 找到sas底層的sasv9.cfg檔,路徑應該在 Program FilesSASHomeSASFoundation9.4nlszt 資料夾下   2. 修改sasv9.cfg的內容 (修改前建議先複製一份舊的檔案,萬一改錯後還有一個備份可以用,另外若sas server正在run的話,強烈建議先停下server再修改,避免過程出錯) 用記事本開啟sasv9.cfg檔,找到下半部有一段寫「-LOCALE zh-TW」的地方,在它下面換行加一行「-ODSLANGCHG」如下圖所示   3. 重啟sas server 4. 使用EG跑報表時,如果要用中文的報表,則不需作任何調整。但若要變成英文的圖表,則在跑該分析前加上一段sas程式調整圖表要用的語系,並且在跑完之後再加一段sas程式將圖表語系改回原本的繁體中文,細節說明如下: 範例流程: 未加任何程式前生命表的報表如下   若先執行「轉英文圖表」的那一行sas code 則生命表的圖表調整如下(標題再用EG的標題選單改就可以) 「轉英文圖表」的那一行sas code對整個EG專案的所有報表都會起作用,所以如果要改回中文圖表顯示,必須再執行「轉回中文圖表」的那一行sas code

1 183 184 185 186 187 731