楼主: kabbtt
1233 0

求问SAS SBA 65题中的 15 题 [推广有奖]

  • 0关注
  • 0粉丝

初中生

95%

还不是VIP/贵宾

-

威望
0
论坛币
2 个
通用积分
0
学术水平
0 点
热心指数
1 点
信用等级
0 点
经验
512 点
帖子
9
精华
0
在线时间
20 小时
注册时间
2016-6-12
最后登录
2022-2-28

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
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 = (insert x here);
run;

data LOANS_VS;
    set LOANS_VS;
    Solicit = P_1 > (insert Y here);
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

请问一下Y是怎么得到的呢?谢谢

二维码

扫码加我 拉你入群

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

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

关键词:Population regression correctly following regressio

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

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-20 00:13