活跃农民
- 积分
- 365
- 大米
- 颗
- 鳄梨
- 个
- 水井
- 尺
- 蓝莓
- 颗
- 萝卜
- 根
- 小米
- 粒
- 学分
- 个
- 注册时间
- 2019-12-12
- 最后登录
- 1970-1-1
|
本楼: |
👍
0% (0)
|
|
0% (0)
👎
|
全局: |
👍 0% (0) |
|
0% (0) 👎 |
注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
先感谢地里机经 好多原题都在前辈的机经中遇到了 (尤其是关于Perl 和lag的题目)
在吐槽考试经历
第一次约考12/27 用Mac 考试前一天试系统 显示电脑没问题可以直接考 考试当天显示错误信息(可能电脑版本太老)(‘karabiner_grabbe is not allowed to run alongside the application. This has been logged as a security violation. Now closing the application or .....’)从8:30开始check-in ,到8:50联系Proctor 等Proctor 帮忙解决 结果等了半小时 问题还没解决(而且手边也没有非Mac电脑 ) 后来再次想尝试check-in 结果sorry you have passed the check-in time. 没办法 只能等着下次考试了 然后抱着试一试的心态 发邮件 certification@sas.com 问怎么这么处理 马上得到回复 让我联系 Pearson VUE via the contact information at https://home.pearsonvue.com/sas/contact. 然后我就把信息填上去要求reschedule or refund 一天后得到回复 退款原账户
. ----
第二次约的12/30 用的非Mac电脑 考试前一天测试一切正常 然后考试时显示网络连接不上 一直卡在check-in 网络检测那一块 卡了大约半小时 后来没办法又想办法找其他网络 差点急死了 因为22年再约考就原价了 没有55%优惠了 幸好最后解决了. Χ
先说选择题吧 Perl
前辈们机经里都有 5MQ 5:MQ 8MQ 8:MQ. Waral dи,
我选的(/(5 : ? MQ )|(8 : ? MQ)/) 应该是对的 因为advance technique 显示的100%
还有一题是lag
number
obs T
1 6
2 7
. From 1point 3acres bbs3 8
data one;
set number;
if _n_=3 then sumT=sum(T, lag1(T), lag2(T));
值是多少 . 1point3acres
答案是8 这题我不理解 但是前辈机经出现过 然后考试时我也在studio里 run了一下
还有hash 选项应该是 only could used in the data set that created it.
还有一个新题(其实也不算)
就是选择 describe.column
where libname='' and ......
其他的选择题就都来自63+20 里了 所以考试看这个足够 但是要注意题目有变形 理解了就很简单
-baidu 1point3acres
lab和机经有的完全一样 有些只是变了一下条件 大体思路都是一样的
lab1 :macro 用 option 在 log 里看 找到问题对应的内容就好 两道题,问 parameter 的是 N,问 variable 的是 age
options mprint mlogic; %check15
lab2: 考点macro comments
%macro print;
/*%put...... */
Proc print data=certadv.lab9;
%mend;. 1point 3 acres
%print
lab3: use SQL to create a new table that contains all unique values of Make and
Type from cert.cars, and Rebate from cert.rebate. For Rebate, show Make
and Type if matching; if no matching Make and Type, show missing. Only
three variable: Make, Type, Rebate.
Proc sql;. .и
Create table work.lab4 as. ----
select distinct c.make, c.type, r.rebate. check 1point3acres for more.
from certadv.cars as c left join
certadv.rebate as r. 1point3acres.com
on c.make=r.make and c.type=r.type.--
;
quit;
剩下的不记得了 但在都是机经里的 . check 1point3acres for more.
因为机经不是我整理的 所以我就不放连接的 需要的可以 留下邮箱 我发给你
|
评分
-
查看全部评分
上一篇: 请问统计申请方向必须跟科研经历匹配吗下一篇: 问一下bwh的instructor biostatistician职位是不是很难?
|