述程序運行后,有多少個html文件被創(chuàng)建?()
ods html file=’newfile.html’;
proc print data=sasuser.houses;
run;
proc means data=sasuser.houses;
run;
proc freq data=sasuser.shoes;
run;
ods html close;
proc print data=sasuser.shoes;
run;
A.1
B.2
C.3
D.4
您可能感興趣的試卷
你可能感興趣的試題
A.AB
B.5AB
C.AB-5
D.AB/64544121
下述程序運行后,d 和e 的取值分別為()。
data a;
a=.;
b=1;
c=0;
d=a+b;
e=b+c;
run;
A.1;1
B..;1
C.0;1
D..無法運行
下述代碼運行后,結果是()。
%let a=b;
%let b=2;
%put &&&a;
A.b
B.2
C.4
D.報錯
A.exclude
B.trace
C.select
D.output
A.vbar
B.histogram
C.band
D.hbox
最新試題
請根據下圖判斷該時間序列是什么過程?()
在以下程序中,完成該語句,以便當距離達到250英里或使用了10加侖燃油時,程序停止生成觀測值()。data work.go250;set perm.cars;do gallons=1to 10...;Distance=gallons*mpg;output;end;run;
主成分分析中,在確定主成分個數時,通常選擇的主成分累積變異比例應達到多少才是足夠的?()
下列哪張圖不是該代碼可以輸出的圖?()proc logistic data=ez.loanplots(only)=(effect (clband x=(DELINQ))oddsratio);model BAD(event="1")=DELINQ;oddsratio DELINQ/diff=all cl=pl;run;
下列哪種選項不是時間序列分析的模式辨識方法?()
下列哪個代碼表示對時間序列進行二階差分?()
下列哪個選項在回歸分析中不可用于強影響點的判斷?()
欲研究高血壓(HBP,1=患病、0=未患?。┡c年齡(age)、性別(gender)、體質指數(BMI)、日攝入鈉量(NA)的關系。以下哪個不屬于評價模型的指標?()
sas日期是以數值形式存儲的,存儲值為1,轉變?yōu)閥ymmdd10.格式時為()。
欲研究高血壓(HBP,1=患病、0=未患?。┡c年齡(age)、性別(gender)、體質指數(BMI)、日攝入鈉量(NA)的關系。由于年齡是連續(xù)變量,年齡增加1歲對高血壓的影響作用可能不顯著,通常的處理方法是對年齡進行分組。但在logistic回歸中,sas提供了一個語句,可對增大年齡間隔,該選項是()