标题: how to use the option of graphics estprob? [打印本页] 作者: shiyiming 时间: 2007-2-11 16:58 标题: 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.
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; 作者: shiyiming 时间: 2007-2-11 22:09 标题: re 在我的机子上没有任何问题。
我的版本为sas9.1.3 打了sp4作者: shiyiming 时间: 2007-2-11 22:57 标题: 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.作者: shiyiming 时间: 2007-2-13 22:25 标题: @ sas version作者: shiyiming 时间: 2007-2-17 21:41 标题: java maybe it's because your java platform version~~