全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1057 1
2014-05-29
SAS Clinical.png
Which program creates this output?
A. proc freq data = test;
        tables gender*answer/nocol norow nopercent;
    run;
B. proc freq data = test;
        tables answer*gender/nocol norow nopercent;
    run;
C. proc freq data = test;
        tables gender*answer/nocol norow nopercent missing;
    run;
D.proc freq data = test;
        tables answer*gender/nocol norow nopercent missing;
    run;
答案是A为什么不是C呢?明明表格下方有对Frequency Missing=4的统计呢?

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2014-5-29 21:04:13
你搞反了了missing的意思了,它的意思是如果missing被包含在tables的option,那么缺失值会被包含在频数表中,只是不会对它作任何统计,如果missing未被包含的话,那这个缺失值会被从频数表中排除掉,同时会在表外显示缺失值的数目。所以答案选A
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群