A.mean(var1,var4)
B.mean(var1-var4)
C.mean(of var1,var4)
D.mean(of var1-var4)
您可能感興趣的試卷
你可能感興趣的試題
哪個(gè)SAS程序讀取ID的值并保存每個(gè)Quantity值的記錄,以便為每個(gè)記錄創(chuàng)建三個(gè)觀察值?()
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
下面哪一段代碼可以生成下述結(jié)果?()
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;
下述程序運(yùn)行后,變量順序是?()
data perm.update;
infile invent;
input IDnum $15-19Item $1-13Instock 21-22
BackOrd 24-25;
Total=instock+backord;
run;
A.IDnum;Item;InStock;BackOrd ;Total
B.Item;IDnum ;InStock ;BackOrd ;Total
C.Total;IDnum;Item ;InStock ;BackOrd
D.Total;Item ;IDnum ;InStock ;BackOrd
最新試題
若a=10;b=10;c=12;d=5,靈敏度、特異度、假陽性率和假陰性率分別是多少?()
下列哪項(xiàng)研究應(yīng)該用因子分析?()
下列哪種選項(xiàng)不是時(shí)間序列分析的模式辨識(shí)方法?()
使用proc univariate進(jìn)行對某變量正態(tài)性檢驗(yàn)時(shí),用哪個(gè)選項(xiàng)可以擬合出該變量的分布曲線?()
哪個(gè)指針控件用于按順序讀取多個(gè)記錄?()
下面哪一段代碼可以生成下述結(jié)果?()
欲研究高血壓(HBP,1=患病、0=未患?。┡c年齡(age)、性別(gender)、體質(zhì)指數(shù)(BMI)、日攝入鈉量(NA)的關(guān)系。由于年齡是連續(xù)變量,年齡增加1歲對高血壓的影響作用可能不顯著,通常的處理方法是對年齡進(jìn)行分組。但在logistic回歸中,sas提供了一個(gè)語句,可對增大年齡間隔,該選項(xiàng)是()
下列哪個(gè)符合永久邏輯庫的命名規(guī)范?()
下列哪個(gè)proc步完全正確?()
下列哪個(gè)是隨機(jī)游走模型?()