SAS中文论坛

 找回密码
 立即注册

扫一扫,访问微社区

查看: 5303|回复: 0
打印 上一主题 下一主题

讨论一道SAS Statistic真题

[复制链接]

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
楼主
 楼主| 发表于 2013-6-19 03:35:41 | 只看该作者

讨论一道SAS Statistic真题

A logistic regression model was fit on a data set where 40% of the outcomes were events (TARGET=1) and 60% were non-events (TARGET=0). The analyst knows that the population where the model will be deployed has 5% events and 95% non-events. The analyst also knows that the company's profit margin for correctly targeted events is nine times higher than the company's loss for incorrectly targeted non-event.
Given the following SAS program:

proc logistic data = LOANS des;
    model Purchase = Inc Edu;
    score data = LOANS_V out = LOANS_VS priorevent = ([color=#FF4000:3mw95lvz]insert x here[/color:3mw95lvz]);
run;

data LOANS_VS;
    set LOANS_VS;
    Solicit = P_1 > ([color=#FF0000:3mw95lvz]insert Y here[/color:3mw95lvz]);
run;

What X and Y values should be added to the program to correctly score the data?
A. X=40, Y=10
B. X=.05, Y=10
C. X=.05, Y=.40
D. X=.10.Y=05

我不太明白analyst knows 的最后一句话有什么意义。是要把(-1,9 )作为加权考虑进(Solicit,Purchase)的Matrix里面么?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SAS中文论坛  

GMT+8, 2025-5-2 18:15 , Processed in 0.070155 second(s), 20 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表