SAS中文论坛

 找回密码
 立即注册

扫一扫,访问微社区

查看: 1363|回复: 4
打印 上一主题 下一主题

how to use the option of graphics estprob?

[复制链接]

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
楼主
 楼主| 发表于 2007-2-11 16:58:45 | 只看该作者

how to use the option of graphics estprob?

to all experts in our forum,

my sas code is as following, but the syntax of [b:05ae3]graphics estprob [/b:05ae3]has been defined as invalid. pls help me to modify this syntax. and thanks in advance.


data Data1;
      input disease n age;
      datalines;
    0 14 25
    0 20 35
    0 19 45
    7 18 55
    6 12 65
   17 17 75
   ;

ods html;
   ods graphics on;

   proc logistic data=Data1;
      model disease/n=age / scale=none
                            clparm=wald
                            clodds=pl
                            rsquare
                            outroc=roc1;
      units age=10;
      [b:05ae3]graphics estprob;[/b:05ae3]
   run;

   ods graphics off;
   ods html close;
回复 支持 反对

使用道具 举报

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
沙发
 楼主| 发表于 2007-2-11 22:09:36 | 只看该作者

re

在我的机子上没有任何问题。
我的版本为sas9.1.3 打了sp4
回复 支持 反对

使用道具 举报

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
板凳
 楼主| 发表于 2007-2-11 22:57:12 | 只看该作者

thanks alot

i installed sas 9.0 in my laptop. it can not run by this code. do u think it is because of sas version.

"graphics" and "logistic regression" could be combined and generate a graph of logistic regression reault.

anyway, thanks a lot. pal. i will try it on other computers. thanks.
回复 支持 反对

使用道具 举报

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
地板
 楼主| 发表于 2007-2-13 22:25:08 | 只看该作者

@

sas version
回复 支持 反对

使用道具 举报

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
5#
 楼主| 发表于 2007-2-17 21:41:03 | 只看该作者

java

maybe it's because your java platform version~~
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-12 19:04 , Processed in 0.069724 second(s), 20 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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