结果:找到“proc reg”相关内容169个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
PROC REG问题请教
1 个回复 - 687 次查看
为何PROC REG输出的结果表model1000开始就是model***了呢?是有什么设置需要调吗?
程序如下:
PROC REG DATA=IN.HIS_ME;
%DO J=1 TO 2000;
MODEL Y=&&VA&I.;
%END;
ODS OUTPUT FITSTATISTICS=FINAL_TABLE;
O ...
2021-9-26 18:19 - K1ngFjsh - SAS专版
PROC REG内循环问题
1 个回复 - 450 次查看
各位大佬,如何利用PROC REG实现一次性把所有想要的组合都跑出来呢?
如历史数据包括Y1 Y2 Y3 Y4 X1 X2 X3 X4 X5,
想要做到Y1 与X12345中的双变量、三变量四变量所有组合进行回归,目前在PROC
reg外面写循环时可以 ...
2021-9-24 18:26 - K1ngFjsh - SAS专版
SAS9.4将proc reg 中模型统计量F值挑选出来
1 个回复 - 1008 次查看
第一步:找出需要挑选出统计量的name;
ods trace on;
proc reg data=stock.stock_d;
model root=all;
run;
ods trace off;
第二步:将统计量F所在的ANOVA表格输出到sas文件stock.stock_m_anova_above_root中; ...
2020-1-7 20:48 - 赵兴堂 - 计量经济学与统计软件
SAS PROC REG的一些疑问
10 个回复 - 14789 次查看
proc reg介绍说是用处最为广泛的回归模型,以下有两个疑问:
1.
proc reg的model语句里 自变量可以直接是类别变量么?是否需要用其它语句解释一下哪些变量是类别变量 哪些是连续变量?
2. 在做共线性分析,如果 ...
2014-3-28 16:58 - monstercalo - SAS专版
请教 proc rsreg 怎样筛选变量
2 个回复 - 2992 次查看
现有一个中心复合实验设计(CCD),采用SAS的响应面回归过程,编写以下程序:
data www;
input x1 x2 x3 y;
cards;
0.00 0.00 1.41 6.51
0.00 0.00 0.00 6.23
0. ...
2014-9-19 17:02 - nkunku - SAS专版
请教proc reg 过程某些统计量的关键字?
7 个回复 - 5574 次查看
请教一下
proc reg 过程中,想要在一个新的数据集中输出p值,可是不知道p值的关键字是什么,例如下面的程序中 "rsquare" 是R方的关键字,在A中输出,predict是预测值,在B中输出,我想要检验的那个p值,不知道应 ...
2010-5-4 16:33 - redaring - SAS专版
请教批量做proc reg分析
4 个回复 - 2348 次查看
我的数据集有几十个因变量,想批量做很多个回归分析,请问大家应该怎么来做呢?
我现在的想法,是在macro里面写
%macro
reg(y);
proc freq;&y=x1 x2 x3;run;
%mend;
%
reg(abb);
%
reg(zig);
%
reg(gap);
%
reg( ...
2016-12-23 10:25 - pingguzh - SAS专版
SAS proc NLIN & Logistic reg
1 个回复 - 2452 次查看
Dear all,
Can anyone tell me what are the differences between NLIC and Logistic
regression?
Seems both of them can figure out non-linear problem.
By the way,
Where can i run a dtree
procedure ...
2015-11-21 03:24 - sqt199199 - SAS专版
proc surveyreg下,怎么测试两个回归系数的相加异于0
0 个回复 - 1866 次查看
我用的是
proc survey
reg data=a;
cluster id;
model y=x1 x2 x3;
run;
现在我想检定系数,x1+x2是否有显著异于0,请问要怎么检定呢?
在surveylogistics下 test x1+x2=0就可以
但在survey
reg下好像没有t ...
2015-12-28 20:47 - 19890323 - SAS专版
region switch regression in proc nlmixed
1 个回复 - 1381 次查看
When an error in a selection equation is correlated with
regression equations, then these correlation measures have to be corrected in the likelihood function, otherwise the results will be bias ...
2015-3-9 17:12 - bobguy - 经管代码库
proc reg的backward问题
2 个回复 - 1771 次查看
在SAS中跑回归,用backward和stepwise方法筛选出来的变量,我拿来不用任何selection再跑一遍,结果是不一样的,请问应该是这样的吗?
举个例子说,我用backward做线性回归:
proc reg data=a;
model y=x1-x20/selec ...
2015-5-13 17:55 - daazx - SAS专版
请教一个关于proc reg中的问题
1 个回复 - 1023 次查看
proc reg 用selectiong=stepwise 得出以下output
Stepwise Selection: Step 12
Variable close2 Removed: R-Square = 1.0000 and C(p) = 12.0197
这里面红色部分的C(p)是什么意思哪 ...
2015-4-4 19:49 - winwin2013 - SAS专版
关于proc reg的问题
0 个回复 - 982 次查看
如果指定
reg推算出来的是小数位。
比方说有一个volume1 的变量 Parameter Estimate为-0.00000139,如何让其保留到第七位小数为止哪?
2015-4-4 15:33 - winwin2013 - SAS专版
proc reg 回归结果的t统计量为空值是何原因?
1 个回复 - 1923 次查看
proc reg data=a outest=b tableout edf noprint ;
eq1: model illi= delta_mar_illi prem ;
eq2: model excess_return = delta_mar_illi prem ;
by stkcd year month;
run;
用上面 ...
2012-6-12 19:46 - meanricson - SAS专版
求助The Process of Moving from a Regionally
1 个回复 - 733 次查看
【作者(必填)】
Perskvist N, Norlin L, Dillner J.
【文题(必填)】
The Process of Moving from a Regionally Based Cervical Cytology Biobank to a National Infrastructure.【年份(必填)】
Biopreserv Biob ...
2015-2-4 11:44 - 刀剑林 - 求助成功区