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;
最新試題
欲研究高血壓(HBP,1=患病、0=未患病)與年齡(age)、性別(gender)、體質指數(shù)(BMI)、日攝入鈉量(NA)的關系。欲研究日攝入鈉量、體質指數(shù)與高血壓的關系,同時判斷日攝入鈉量和體質指數(shù)是否存在交互效應,下列哪個程序是正確的?()
下列哪項研究應該用因子分析?()
下列關于時間序列分析的描述正確的是:()
主成分分析中,在確定主成分個數(shù)時,通常選擇的主成分累積變異比例應達到多少才是足夠的?()
下列哪個是隨機游走模型?()
使用proc univariate進行對某變量正態(tài)性檢驗時,用哪個選項可以擬合出該變量的分布曲線?()
下列關于PROC GLM的說法錯誤的是()。
若a=10;b=10;c=12;d=5,靈敏度、特異度、假陽性率和假陰性率分別是多少?()
下列哪個不是單位根檢驗的可檢驗的類型?()
請根據(jù)下圖判斷該時間序列是什么過程?()