A.State=scan(address2,2);
B.State=scan(address2,13,2);
C.State=substr(address2,2);
D.State=substr(address2,13,2);
您可能感興趣的試卷
你可能感興趣的試題
A.mean(var1,var4)
B.mean(var1-var4)
C.mean(of var1,var4)
D.mean(of var1-var4)
哪個SAS程序讀取ID的值并保存每個Quantity值的記錄,以便為每個記錄創(chuàng)建三個觀察值?()
A.data work.sales;infile unitsold;input ID $;do week=1to 3;input Quantity :comma.;output;end;run;
B.data work.sales;infile unitsold;input ID $@@;do week=1to 3;input Quantity :comma.;output;end;run;
C.data work.sales;infile unitsold;input ID $@;do week=1to 3;input Quantity :comma.;output;end;run;
D.data work.sales;infile unitsold;input ID $@;do week=1to 3;input Quantity :comma.@;output;end;run;
A.@n
B.+n
C./
D.all of the above
A.1959-12-31
B.1960-01-01
C.1960-01-02
D.1960-01-03
下面哪一段代碼可以生成下述結果?()
A.data _null_;set work.scores;file ’c:\data\teamdat’dlm=’,’;put name highscore team;run;
B.data _null_;set work.scores;file ’c:\data\teamdat’dlm=’’;put name highscore team;run;
C.data _null_;set work.scores;file ’c:\data\teamdat’dsd;put name highscore team;run;
D.data _null_;set work.scores;file ’c:\data\teamdat’;put name highscore team;run;
最新試題
哪個SAS程序讀取ID的值并保存每個Quantity值的記錄,以便為每個記錄創(chuàng)建三個觀察值?()
下面哪一段代碼可以生成下述結果?()
下列哪個不可以用來評價logistic回歸模型的預測力?()
欲研究高血壓(HBP,1=患病、0=未患?。┡c年齡(age)、性別(gender)、體質指數(shù)(BMI)、日攝入鈉量(NA)的關系。以下哪個不屬于評價模型的指標?()
除了()其余都可以創(chuàng)建宏變量。
在K均值聚類proc fastclus 中,可用哪個選項來限制聚類個數(shù)?()
哪個是帶漂移項的隨機游走模型?()
在程序中包含以下行的結果是什么?()
欲研究高血壓(HBP,1=患病、0=未患?。┡c年齡(age)、性別(gender)、體質指數(shù)(BMI)、日攝入鈉量(NA)的關系。欲研究日攝入鈉量、體質指數(shù)與高血壓的關系,同時判斷日攝入鈉量和體質指數(shù)是否存在交互效應,下列哪個程序是正確的?()
下列哪個選項在回歸分析中不可用于強影響點的判斷?()