由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Sociology版 - Similar "freq count" statement in SPSS logistic regression?
相关主题
求助SPSS求教:关于社会学phd选校
[转载] HELP with SAS! online waiting....宗教问题,请教高手!
大家一般用什么统计软件啊?[合集] 自己做fieldwork到底重不重要?
[合集] 第一次教课,第一次作业,就有学生互相抄!【讨论】美女经济与不平等现象
报道报道--准备两年后申请社会学的phdSimilar "freq count" statement in SPSS logistic regression
文学背景申请社会学博士的概率如何?大包子,求教一道sas的p value.....着急啊 。。。。。。。
关于R统计软件sas问题
理工科背景如何转为文科背景请教这种freq 该用什么code算(sas)?Thanks!
相关话题的讨论汇总
话题: count话题: logistic话题: spss话题: freq话题: similar
进入Sociology版参与讨论
1 (共1页)
q****k
发帖数: 1023
1
I have no problem to use SAS Proc Logistic for an input data with aggregate
"count" variable.
But in SPSS, for the same input data with "count" variable, how to get the
similar "freq count" statement for SPSS Logistic Regression?
Thanks!
Please refer to
http://support.sas.com/rnd/app/da/cat/samples/chapter8.html
data coronary;
input sex ecg ca count @@;
datalines;
0 0 0 11 0 0 1 4
0 1 0 10 0 1 1 8
1 0 0 9 1 0 1 9
1 1 0 6 1 1 1 21
;
run;
proc logistic descending;
freq count;
model ca=sex ecg / scale=none aggregate;
run;
q****k
发帖数: 1023
2
I have no problem to use SAS Proc Logistic for an input data with aggregate
"count" variable.
But in SPSS, for the same input data with "count" variable, how to get the
similar "freq count" statement for SPSS Logistic Regression?
Thanks!
Please refer to
http://support.sas.com/rnd/app/da/cat/samples/chapter8.html
data coronary;
input sex ecg ca count @@;
datalines;
0 0 0 11 0 0 1 4
0 1 0 10 0 1 1 8
1 0 0 9 1 0 1 9
1 1 0 6 1 1 1 21
;
run;
proc logistic descending;
freq count;
model ca=sex ecg / scale=none aggregate;
run;
1 (共1页)
进入Sociology版参与讨论
相关主题
请教这种freq 该用什么code算(sas)?Thanks! 报道报道--准备两年后申请社会学的phd
请教proc freq 的chisq 分析文学背景申请社会学博士的概率如何?
如何找出没有duplicate的数字[done]关于R统计软件
SAS code - help needed. 8 个包子酬谢理工科背景如何转为文科背景
求助SPSS求教:关于社会学phd选校
[转载] HELP with SAS! online waiting....宗教问题,请教高手!
大家一般用什么统计软件啊?[合集] 自己做fieldwork到底重不重要?
[合集] 第一次教课,第一次作业,就有学生互相抄!【讨论】美女经济与不平等现象
相关话题的讨论汇总
话题: count话题: logistic话题: spss话题: freq话题: similar