SAS中文论坛

 找回密码
 立即注册

扫一扫,访问微社区

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

能用catmod做multiple imputation 吗?

[复制链接]

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
楼主
 楼主| 发表于 2006-8-10 03:24:23 | 只看该作者

能用catmod做multiple imputation 吗?

我用PROC MI作了multiple imputation,然后想fit CATMOD model, 然后想用prox mianalyze 统一起来。为什么作不了CATMOD的model呢?

code是这样的:
proc catmod data=a1cj.w33 noprint;/*with imput*/
direct  scrptage  scrpted2  ;
response logits;
by _imputation_;
model r1frail=g21 g22 g23 scrptage racebin scrpted2 / covb;

ods output PredictedValues=predicted  CovB=gmcovb;
run;


LOG给出的信息是:
NOTE: Interactivity disabled with BY processing.
NOTE: The default estimation method for this model is maximum-likelihood.
WARNING: There are no valid requests for displayed output or an output data set, so processing will
         terminate.
NOTE: The above message was for the following by-group:
      Imputation Number=1
WARNING: There are no valid requests for displayed output or an output data set, so processing will
         terminate.
NOTE: The above message was for the following by-group:
      Imputation Number=2
WARNING: There are no valid requests for displayed output or an output data set, so processing will
         terminate.
NOTE: The above message was for the following by-group:
      Imputation Number=3
WARNING: There are no valid requests for displayed output or an output data set, so processing will
         terminate.
NOTE: The above message was for the following by-group:
      Imputation Number=4
WARNING: There are no valid requests for displayed output or an output data set, so processing will
         terminate.
NOTE: The above message was for the following by-group:
      Imputation Number=5
NOTE: There were 3675 observations read from the data set A1CJ.W33.
NOTE: PROCEDURE CATMOD used (Total process time):
      real time           0.03 seconds
      cpu time            0.03 seconds

WARNING: Output 'CovB' was not created.  Make sure that the output object name, label, or path is
         spelled correctly.  Also, verify that the appropriate procedure options are used to produce
         the requested output object.  For example, verify that the NOPRINT option is not used.
WARNING: Output 'PredictedValues' was not created.  Make sure that the output object name, label, or
         path is spelled correctly.  Also, verify that the appropriate procedure options are used to
         produce the requested output object.  For example, verify that the NOPRINT option is not
         used.


怎么回事?请高手指教!
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-10 15:01 , Processed in 0.066822 second(s), 20 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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