由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 问个sas base的题目
相关主题
请教, base 123 , if then else统计 SAS techincal screen电话面试
SAS题求教Have anybody used Mahout ?
请教一个sas123问题一个工作posting from recruiter
已解决market will be the ultimate judge of your expertise and value
SAS base question这sas BASE 考试很坑爹..
求助关于SAS base123onsite时候做presentation,怎么选择topic
[合集] Ask two base test questions?p-val's explaination.
Speaking of chance!!问个关于申请的问题
相关话题的讨论汇总
话题: expertise话题: level话题: high话题: sas话题: low
进入Statistics版参与讨论
1 (共1页)
t*******8
发帖数: 170
1
QUESTION 111
A SAS PRINT procedure output of the WORK.LEVELS data set is listed below:
Obsname level
1 Frank 1
2 Joan 2
3 Sui 2
4 Jose 3
5 Burt 4
6 Kelly .
7 Juan 1
The following SAS program is submitted:
data work . expertise;
set work. levels;
if level = . then
expertise = 'Unknown';
else if level = 1 then
expertise = 'Low';
else if level = 2 or 3 then
expertise =' Medium';
else
expertise = 'High';
run;
Which of the following values does the variable EXPERTISE contain?
A. Low, Medium, and High
b******e
发帖数: 539
2
level = 2 or 3
is not the same as level = 2 or level = 3
it is the same as level = TRUE
t*******8
发帖数: 170
3
谢谢!我记住了。

【在 b******e 的大作中提到】
: level = 2 or 3
: is not the same as level = 2 or level = 3
: it is the same as level = TRUE

1 (共1页)
进入Statistics版参与讨论
相关主题
问个关于申请的问题SAS base question
[合集] 问个SAS的问题求助关于SAS base123
[合集] 不是统计专业的, 问个excel的问题[合集] Ask two base test questions?
[合集] 问个关于excel的土问题Speaking of chance!!
请教, base 123 , if then else统计 SAS techincal screen电话面试
SAS题求教Have anybody used Mahout ?
请教一个sas123问题一个工作posting from recruiter
已解决market will be the ultimate judge of your expertise and value
相关话题的讨论汇总
话题: expertise话题: level话题: high话题: sas话题: low