init: /**/ call notify(., _get_widget_, graph1, graphid); return; graph1: /**/ title1=getnitemc(graphid, title1 ); /**/ call display( title.frame, tit



Similar documents


UNIX版SAS/Warehouse Administrator ソフトウェア


PROC PWENCODE IN=sastrust1 ; RUN ;


DATA Sample1 /**/ INPUT Price /* */ DATALINES

technews2012autumn


Łñ“’‘‚2004

プリント

SAS Web XML * ** * ** Web Data Analysis with SAS Input and Output of XML Data and Application to Real Estate Valuation Map Junnosuke Matsushima*, Hiro

Proc luaを初めて使ってみた -SASでの処理を条件に応じて変える- 淺井友紀 ( エイツーヘルスケア株式会社 ) I tried PROC LUA for the first time Tomoki Asai A2 Healthcare Corporation

Microsoft Word - sample_adv-programming.docx

libref libref libref

3 4 2

REALV5_A4…p_Ł\1_4A_OCF

untitled

「都市から地方への人材誘致・移住促進に関する調査」

<91498EE88CA D815B2E786C73>

〔 大 会 役 員 〕

橡本体資料+参考条文.PDF

Lecture on

: (EQS) /EQUATIONS V1 = 30*V F1 + E1; V2 = 25*V *F1 + E2; V3 = 16*V *F1 + E3; V4 = 10*V F2 + E4; V5 = 19*V99


1 I EViews View Proc Freeze

DATA test; /** **/ INPUT score DATALINES; ; PROC MEANS DATA=test; /** DATA= **/ VAR sc

4.9 Hausman Test Time Fixed Effects Model vs Time Random Effects Model Two-way Fixed Effects Model

p...{..P01-48(TF)

Gray [6] cross tabulation CUBE, ROLL UP Johnson [7] pivoting SQL 3. SuperSQL SuperSQL SuperSQL SQL [1] [2] SQL SELECT GENERATE <media> <TFE> GENER- AT

*1 * Wilcoxon 2 2 t t t t d t M t N t M t n t N t n t N t d t N t t at ri

Exam : A JPN Title : SAS Base Programming for SAS 9 Vendor : SASInstitute Version : DEMO Get Latest & Valid A JPN Exam's Question and Answ

Advantage CA-Easytrieve Plus

fp.gby

technews2012autumn

一般化線形 (混合) モデル (2) - ロジスティック回帰と GLMM

PowerCOBOL ユーザーズガイド


t sex N y y y Diff (1-2)

PowerCOBOL ユーザーズガイド

講義のーと : データ解析のための統計モデリング. 第5回

Presentation Title Goes Here

2

ruby novice ruby novice ruby novice.

untitled

untitled

untitled

1. COBOL COBOL COBOL COBOL 2


スタートアップガイド_応用編

SVG資料第6回目(その3) SVGとHTMLの間でデータを交換する

CAC

001

CodeIgniter Con 2011, Tokyo Japan, February

掲示用ヒート表 第34回 藤沢市長杯 2017

要旨 : データステップ及び SGPLOT プロシジャにおける POLYGON/TEXT ステートメントを利用した SAS プログラムステップフローチャートを生成する SAS プログラムを紹介する キーワード :SGPLOT, フローチャート, 可視化 2

データ構造の作成 一時 SAS データセットと永久 SAS データセットの作成 テキストファイルから SAS データセットを作成するための DATA ステップの使用例 : Data NewData; Infile "path.rawdata"; Input <pointer-control> var

Compatibility list: vTESTstudio/CANoe

DA100データアクイジションユニット通信インタフェースユーザーズマニュアル

ODS GRAPHICS ON; ODS GRAPHICS ON; PROC TTEST DATA=SASHELP.CLASS SIDE=2 DIST=NORMAL H0=58 PLOTS(ONLY SHOWH0)=(SUMMARY); VAR HEIGHT;


,, Poisson 3 3. t t y,, y n Nµ, σ 2 y i µ + ɛ i ɛ i N0, σ 2 E[y i ] µ * i y i x i y i α + βx i + ɛ i ɛ i N0, σ 2, α, β *3 y i E[y i ] α + βx i

M M M M

Microarray Data Analysis Tool Ver3.0 Manual.doc


Pinnacle 21: ADaM データセットや Define.xml の CDISC 準拠状況をチェックするツール 本発表で言及している Pinnacle: Enterprise version ( 有償版 ) Community version ( 無償版 ) 本発表で

2 3


★結果★ 藤沢市長杯 掲示用ヒート表

StarLogoテキスト(4匹).PDF

講義のーと : データ解析のための統計モデリング. 第3回

Transcription:

init: /**/ call notify(., _get_widget_, graph1, graphid); return; graph1: /**/ title1=getnitemc(graphid, title1 ); /**/ call display( title.frame, title1); /**/ call notify( graph1, _set_title_, 1, title1); return; CALL NOTIFY(., _GET_WIDGET_,widget-name, widget-id); CALL SEND(_SELF_, _GET_WIDGET_,widget-name, widget-id); init: /**/ call send(_self_, _get_widget_, graph1, graphid); return; graph1: /**/ call display( send2.frame, graphid, _self_); return; entry graphid 8 frameid 8; init: /**/ field1=getnitemc(graphid, title1 ); return; apply: /**/ call send(graphid, _set_title_, 1, field1); /**/ call send(frameid, _refresh_ ); return;

list-id=envlist(class); init: /**/ localid=envlist( L ); put (envlist1) localid=; /**/ call send(_self_, _get_widget_, graph1, graphid); return; graph1: /**/ title1=getnitemc(graphid, title1 ); /**/ rc=setnitemc(localid, title1, title ); /**/ call display( title.frame ); /**/ title1=getnitemc(localid, title ); /**/ call notify( graph1, _set_title_, 1, title1); return; init: /**/ localid=envlist( L ); /**/ field1=getnitemc(localid, title ); return; term: if _status_= E then /**/ rc=setnitemc(localid, field1, title ); return; rc=savelist(type, source, list-id<,attr-list-id<,description>>); rc type source list-id att-list-id description rc=fillist(type, source, list-id<, attr-list-id<, description>>); rc type source list-id

init: /**/ call send(_self_, _get_widget_, graph1, graphid); entry= sasuser.profile.titles.slist ; /**/ titles=makelist(); /**/ link loadttl; return; /**/ loadttl: if cexist(entry) then do; /**/ rc=fillist( catalog, entry, titles); /**/ title1=getnitemc(titles, title1 ); /**/ call notify( graph1, _set_title_, 1, title1); end; return; graph1: /**/ call display( title.frame ); /**/ link loadttl; return; init: entry= sasuser.profile.titles.slist ; /**/ titles=makelist(); if cexist(entry) then do; /**/ rc=fillist( catalog, entry, titles); /**/ field1=getnitemc(titles, title1 ); end; return;

/**/ DFINIT: /**/ wherelist=makelist(); /**/ call send(_viewer_, _get_widget_, OBJ2, tabid); return; /**/ INIT: /**/ rc=clearlist(wherelist); /**/ rc=insertc(wherelist, ffid= quote(ffid), -1); rc=insertc(wherelist, and month(date)= month(today()), -1); /**/ call send(tabid, _set_where_, wherelist); return; /**/ DFTERM: /**/ rc=dellist(wherelist); return;

/**/ init: if distance >= 5000 then do; /**/ call send(_viewer_, _set_viewer_attribute_, distance, bcolor, blue ); call send(_viewer_, _set_viewer_attribute_, distance, fcolor, white ); end; else if distance < 1000 then do; /**/ call send(_viewer_, _set_viewer_attribute_, distance, bcolor, yellow ); end; return;

-SASUSER sasuser -SASUSER c: sas sasuser -WORK saswork -WORK c: sas saswork ERROR: TCP 10061 - WSAECONNREFUSED ERROR: RHOST %let rhost = 111.222.333.444 1234 ; filename rlink ; options comamid=tcp remote=rhost ; libname libref( /disk1, /disk2 ) type=partition partsize=100g; libname lib1 /disk1 ; libname lib2 /disk2 ; libname libcon ( lib1, lib2 ) type=partition partsize=100g; -work (/disk3,/disk4,/disk5) -partsize 200M

/ = PARTSIZE ABCDE input @1 name $EBCDIC5.; F1F2F3F4C5 x input @1 numvar S370FZD5.2; 123.45 F1F2F3F4D5 x input @1 numvar S370FZD5.2; 123.45 F1F2F3F4F5 x input @1 numvar S370FZDU5.2; 123.45 000012345C x input @1 numvar S370FPD5.2; 123.45 000012345D x input @1 numvar S370FPD5.2; 123.45 000012345F x input @1 numvar S370FPDU5.2; 123.45 0000003039 x input @1 numvar S370FIB5.2; 123.45 FFFFFFCFC7 x input @1 numvar S370FIB5.2; 123.45 0000003039 x input @1 numvar S370FIBU5.2 ; 123.45 KCVT(text,intype,outtype<options,...>) text intype outtype options kanji1.bin 0E4F5848F20F 0E0F

data _null_ ; infile c: work kanji1.bin ; input @1 knj $char6. ; length knj2 $4 ; knj2 = kcvt(knj, ibm, sjis ) ; put knj2 ; put knj2 hex10. ; run ; (put knj2) 8ABF8E9A (put knj2 hex10.) 4F5848F2 data _null_ ; infile c: work kanji2.bin ; input @1 knj $char4. ; length knj2 $4 ; knj2 = kcvt(knj, ibm, sjis, noshift ) ; put knj2 ; put knj2 hex10. ; run ; (put knj2) 8ABF8E9A (put knj2 hex10.) 86918696 EBCDIK data _null_ ; infile c: work kana.bin ; input @1 kana $char4. ; length kana2 $4 ; kana2 = kcvt(kana, ibm, sjis, kana ) ; put kana2 ; put kana2 hex10. ; run ; (put kana2) B6C0B6C5 (put kana2 hex10.)

Discriminant Analysis Linear Discriminant Function CONSTANT Y1-13.9 Y2-10.1 X1 X2 0.12 0.03 0.14 0.06 X3 0.05 0.02 Y1=-13.9+0.12*x1+0.03*x2+0.05*x3 Y2=-10.1+0.14*x1+0.06*x2+0.02*x3 Y1=-13.9+0.12*x1+0.03*x2+0.05*x3 - Y2=-10.1+0.14* x1+0.06*x2+0.02*x3 Y= -3.9-0.02*x1-0.03*x2+0.03*x3 data data1; do group=1 to 2; do id=1 to 4; do time=1 to 4; input resp@@; output; end; end; end; cards; 11.1 12.5 14.1 18.5 10.4 12.4 10.2 19.0 11.2 14.1 10.9 12.5 10.4 10.7 21.2 14.5 11.2 15.1 14.4 18.1 10.4 12.3 11.1 14.8 11.2 14.2 17.9 12.0 12.4 10.3 22.1 14.2 ; run; proc mixed data=data1; class id group time; model resp=group time group*time; repeated time /subject=id(group) type=cs; run; Tests of Fixed Effects Source NDF DDF Type III F Pr > F GROUP 1 6 0.42 0.5408 TIME 3 18 3.50 0.0370 GROUP*TIME 3 18 0.43 0.7362 proc mixed data=data1; class id group time; model resp=group time group*time; random id(group); run; Tests of Fixed Effects Source NDF DDF Type III F Pr > F GROUP 1 6 0.22 0.6521 TIME 3 18 4.04 0.0232 GROUP*TIME 3 18 0.49 0.6917 proc mixed data=data1; parms /nobound; class id group time; model resp=group time group*time; random id(group); run;