99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
首頁精彩閱讀教你怎么用SAS來玩轉(zhuǎn)統(tǒng)計地圖
教你怎么用SAS來玩轉(zhuǎn)統(tǒng)計地圖
2016-04-14
收藏
我一直信奉古人名言:「工欲善其事,必先利其器」。因此,我經(jīng)常地,不停地變換我手中的工具。一種方法在某工具里不好實現(xiàn)時,我換個工具;一種統(tǒng)計圖形在某軟件里不好實現(xiàn)時,我再換工具!久而久之,我感覺自己什么都會了,但又感覺自己其實什么都不會。比如,繪制統(tǒng)計地圖時,可能首先想到:那最好是不是得用ArcGIS?。炕蛘咴俑阋粋€Epi Info?。?/span>

其實,未必。SAS基本也能應(yīng)付了。

SAS本身自帶的庫就存儲了地圖信息,比如maps, mapsgfk, mapssas這三個庫里就存儲了大量的地圖信息。

打開Maps.China庫,就可以看見經(jīng)緯度信息,Maps.China2里還有更詳細(xì)的省份信息。利用這些數(shù)據(jù)庫,我們就可以很輕松的繪制中國地圖了。




那么如何繪制呢? 會不會很麻煩?會不會很復(fù)雜?答案就在Proc gmap里面。

Proc Gmap的簡化版語法:

proc gmap map=map-data-set  data=response-data-set ;

id  id-variable(s);

other sas statement;

run;

quit;

簡單來說,proc gmap與其他過程不同的是,此過程有兩個數(shù)據(jù)集:map存儲了地圖信息,data存儲了反應(yīng)變量信息。id語句則用來指定地圖區(qū)域變量。other sas statement可以指定反應(yīng)變量的各種形式,如choro, block等。

例如,畫中國地圖:

proc gmap map=maps.china data=maps.china ;

id id;

choro id /nolegend;

run;

quit;



當(dāng)然,這樣一個地圖只限于玩樂,如果加上一個有意思的反應(yīng)變量,就可以畫出很多有意思的統(tǒng)計地圖了。

比如:各地人均GDP的排名,各地PM2.5的濃度排名,各地某疾病的患病率,等等。

2013年各地人均GDP的排名,東部沿海果然是有錢。


2013各地人均GDP

代碼其實也很簡單,留意data數(shù)據(jù)集里的avggdp2013變量

proc gmap map=maps.china data=chinagdp ;

id id;

choro avggdp2013;

run;

quit;

某公益組織發(fā)布的各地2015年P(guān)M2.5平局濃度,真替在中原和帝都的地區(qū)的我們擔(dān)心。


2015各省PM2.5濃度

上面的兩圖使用choro 語句實現(xiàn)的,當(dāng)然,我們也可以換成其他形式,比如block形式。


2013各地人均GDP

有的時候,我們還需要加一些標(biāo)簽,也是可以的。


加省份名的中國地圖

動態(tài)的Gif也是可以的,請看SAS官方的例子:


數(shù)據(jù)分析咨詢請掃描二維碼

若不方便掃碼,搜微信號:CDAshujufenxi

數(shù)據(jù)分析師資訊
更多

OK
客服在線
立即咨詢
客服在線
立即咨詢
') } function initGt() { var handler = function (captchaObj) { captchaObj.appendTo('#captcha'); captchaObj.onReady(function () { $("#wait").hide(); }).onSuccess(function(){ $('.getcheckcode').removeClass('dis'); $('.getcheckcode').trigger('click'); }); window.captchaObj = captchaObj; }; $('#captcha').show(); $.ajax({ url: "/login/gtstart?t=" + (new Date()).getTime(), // 加隨機(jī)數(shù)防止緩存 type: "get", dataType: "json", success: function (data) { $('#text').hide(); $('#wait').show(); // 調(diào)用 initGeetest 進(jìn)行初始化 // 參數(shù)1:配置參數(shù) // 參數(shù)2:回調(diào),回調(diào)的第一個參數(shù)驗證碼對象,之后可以使用它調(diào)用相應(yīng)的接口 initGeetest({ // 以下 4 個配置參數(shù)為必須,不能缺少 gt: data.gt, challenge: data.challenge, offline: !data.success, // 表示用戶后臺檢測極驗服務(wù)器是否宕機(jī) new_captcha: data.new_captcha, // 用于宕機(jī)時表示是新驗證碼的宕機(jī) product: "float", // 產(chǎn)品形式,包括:float,popup width: "280px", https: true // 更多配置參數(shù)說明請參見:http://docs.geetest.com/install/client/web-front/ }, handler); } }); } function codeCutdown() { if(_wait == 0){ //倒計時完成 $(".getcheckcode").removeClass('dis').html("重新獲取"); }else{ $(".getcheckcode").addClass('dis').html("重新獲取("+_wait+"s)"); _wait--; setTimeout(function () { codeCutdown(); },1000); } } function inputValidate(ele,telInput) { var oInput = ele; var inputVal = oInput.val(); var oType = ele.attr('data-type'); var oEtag = $('#etag').val(); var oErr = oInput.closest('.form_box').next('.err_txt'); var empTxt = '請輸入'+oInput.attr('placeholder')+'!'; var errTxt = '請輸入正確的'+oInput.attr('placeholder')+'!'; var pattern; if(inputVal==""){ if(!telInput){ errFun(oErr,empTxt); } return false; }else { switch (oType){ case 'login_mobile': pattern = /^1[3456789]\d{9}$/; if(inputVal.length==11) { $.ajax({ url: '/login/checkmobile', type: "post", dataType: "json", data: { mobile: inputVal, etag: oEtag, page_ur: window.location.href, page_referer: document.referrer }, success: function (data) { } }); } break; case 'login_yzm': pattern = /^\d{6}$/; break; } if(oType=='login_mobile'){ } if(!!validateFun(pattern,inputVal)){ errFun(oErr,'') if(telInput){ $('.getcheckcode').removeClass('dis'); } }else { if(!telInput) { errFun(oErr, errTxt); }else { $('.getcheckcode').addClass('dis'); } return false; } } return true; } function errFun(obj,msg) { obj.html(msg); if(msg==''){ $('.login_submit').removeClass('dis'); }else { $('.login_submit').addClass('dis'); } } function validateFun(pat,val) { return pat.test(val); }