作者AmigoSafin ()
看板Statistics
标题[程式] SAS Base Exam 一题
时间Sun Sep 23 21:53:30 2018
[软体程式类别]:
请填入软体程式类别,例如:SAS、SPSS、AMOS、R、STATA、EVIEWS...等
SAS
[程式问题]:
资料处理、回归、叙述统计、logistic、probit...等
资料处理
[软体熟悉度]:
请把以下不需要的部份删除
新手
[问题叙述]:
请详尽叙述遭遇到的问题,可能的话,分点叙述你要处理的流程
能够分点叙述处理流程,基本上在撰写程式或者跑统计时是相当有帮助的
甚至有经验的人可以藉此告知你步骤是否错误
大家好
不好意思考试在即
再跟大家请教一下一题额外题目
如下
Q: cutoff year=1970那么***60是多少
A: 2060
从1970加60年应该不是2060啊
是我误会了***的意思吗
还请大家解惑
感谢大家
抱歉po了几篇关於考试的
--
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 8.41.66.215
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1537710814.A.983.html
1F:推 west1996: cutoff=控制的是两码西元年时要抓哪100年区间,所以 09/23 22:02
2F:→ west1996: cutoff=1970表示要找1970~2069这100年 09/23 22:03
谢谢大大~~
我明白了!
我想再问一个first.variable & last.variable的问题
1.The following SAS program is submitted:
data WORK.TOTAL;
set WORK.SALARY;
by Department Gender;
if First.<_insert_code_> then Payroll=0; Payroll+Wagerate;
if Last.<_insert_code_>;
run;
The SAS data set WORK.SALARY is currently ordered by Gender within
Department. Which inserted code will accumulate subtotals for each Gender
within Department?
以上述这题为例
要算gender在department内的subtotal
如果如同答案所说
if First.Gender then Payroll=0;
就是从第一个gender column内的第一个观测值开始加总的意思吗
那 if Last.Gender;
这一行的意思是
就initialize 为0 吗?
(如果照解答的意思是 first.varialbe就是1 last.variable为0)
那我不懂这一行事省略了什麽动作吗?
还有一题为:
How many statements does the following SAS program contain?
proc print data=new.prodsale
label double;
var state day price1 price2; where state=’NC’;
label state=’Name of State’; run;
我自己认为是3个 但我没有答案
不好意思跟大家请教了
谢谢大家~
※ 编辑: AmigoSafin (129.21.69.105), 09/24/2018 02:25:11
※ 编辑: AmigoSafin (129.21.69.105), 09/24/2018 04:06:45