结果:找到“SAS cm”相关内容20个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
SAS9.2版里的FCMP:用户自制函数
3 个回复 - 3278 次查看
FCMP是
SAS9.2新增的一个过程步。用户可以使用它自己编制自己的函数,可参考
http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#/documentation/cdl/en/proc/61895/HTML/default/a ...
2010-7-25 14:51 - zhentao - 商业数据分析
SAS proc mcmc过程
0 个回复 - 1144 次查看
SAS9.2的官方文档说:“PROC MCMC是一种基于仿真的灵活过程,适用于拟合多种贝叶斯模型。要使用该过程,您需要为数据指定似然函数,并为参数指定先验分布。如果要拟合层次模型,则可能还需要指定超优先级分布。” 但 ...
2020-11-12 16:51 - kong202 - SAS专版
使用cmd查找SAS安装位置
2 个回复 - 1078 次查看
如题。需要一种使用命令行找到
SAS的安装位置的方法。如有可能,希望这种方法具有普适性,如查找所有安装在本机上的应用程序的安装位置。环境:Win10。
谢谢帮忙的同学。
2020-2-18 19:04 - whymath - SAS专版
SAS PROC MCMC中的MISSING=CCMODELY
1 个回复 - 1341 次查看
SAS/STAT® 14.3 User’s Guide The MCMC Procedure 中提到了 missing选项:
If you specify MISSING=CC (CC stands for complete cases), PROC MCMC discards all observations
that have missing or par ...
2018-3-30 17:09 - houcanni - SAS专版
关于sas9.3使用proc fcmp自定义函数报错的问题
0 个回复 - 1466 次查看
源代码如下:
proc f
cmp outlib=lbdsc.funcs.rule;
function gen_sub_rule();
return (0);
endsub;
run;
quit;
报错如下:
WARNING:Cannot write model to data set lbdsc.funcs because it is currently open ...
2016-4-26 23:57 - heirish - SAS专版
FCMP Procedure in SAS V9.2
1 个回复 - 2403 次查看
Here is the overview of new introduced procedure 'FCMP'. It is really useful. For more details, you can see the following link,
http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a0 ...
2010-1-21 07:17 - bobguy - SAS专版
[求助]SAS如何估计VECM?
2 个回复 - 3459 次查看
对原始数据进行单整检验,服从一阶单整,又进行协整检验,存在三个协整向量,然后运用下面程序:proc varmax data=a; model p1-p4 / p=3 e
cm=(rank=3 normalize=p1);run;主要结果: &n ...
2008-10-22 10:28 - shawfee - SAS专版
跟crackman读SAS程序(36)--CMISS与NMISS函数的差别
1 个回复 - 9382 次查看
data survey;
input id diet exer hours xwk $ educ $;
total_miss=nmiss(diet,exer,hours)+
cmiss(xwk,educ);
datalines;
1 1 . 1 3 1
1 . 2 1 4 2
1 . 4 . . .
1 1 5 2 3 .
2 . 9 2 3 .
2 5 9 2 4 ...
2010-8-28 10:40 - crackman - SAS专版
Issue Regarding SAS UCM Procedure ?
2 个回复 - 3485 次查看
Dear Lister
I run the following code using
SAS 9.1 UCM Procedure but got nothing except the attached log. Could you please advise how to fix my programmig? Any suggestion would be appreciated!
...
2009-9-18 08:50 - Nicolle - SAS专版