结果:找到“SAS PROC MIXED”相关内容26个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
纵向数据; 纵贯数据; 纵断面数据; 纵贯数据的分析:ALDA:Applied Longitudinal Data
2 个回复 - 1421 次查看 纵向数据; 纵贯数据; 纵断面数据; 纵贯数据的分析:ALDA:Applied Longitudinal Data Analysis 1)ALDA 概论.ppt 2)ALDA Introducing the Multilevel Model for Change.ppt 3)ALDA Doing data analysis wit ...2020-4-18 13:15 - Lotus_ss - 现金交易版
SAS The NLMIXED Procedure 使用指南
0 个回复 - 1144 次查看 SAS The NLMIXED Procedure 使用指南2023-5-28 13:24 - fly_liu123 - 站务与外事
有偿求教Random 和 repeated 语句在SAS proc mixed计算区别
6 个回复 - 5448 次查看 有偿求教Random 和 repeated 语句在SAS proc mixed计算区别,为什么他们的结果是一样的. 还有random effect model是怎么一回事. QQ 4055672014-7-12 13:53 - gyambqt - SAS专版
[Lecture Notes]Doing HLM using SAS PROC MIXED
7 个回复 - 1800 次查看 **** 本内容被作者隐藏 ****2015-4-3 23:33 - Nicolle - HLM专版
免费大礼包: using sas proc mixed to fit multilevel models, hierarchical models a
12 个回复 - 3003 次查看 using sas proc mixed to fit multilevel models, hierarchical models and individual growth models2012-10-27 13:46 - blueleaf2 - LISREL、AMOS等结构方程模型分析软件
Smothing with SAS proc mixed
4 个回复 - 3668 次查看 <BR>2007-2-28 02:43 - ivyqi - 商业数据分析
SAS proc GLIMMIX 做logistic 和PROC mixed 如何输出RSQUARE,求助
0 个回复 - 1161 次查看 SAS proc GLIMMIX 做logistic 和PROC mixed 如何输出RSQUARE,求助程序如下: PROC GLIMMIX data=final; /*model 1*/ class sex; model &sycho (EVENT='1') = &ba age sex /solution CL DIST=BINARY LINK=LOG ...2022-12-1 11:30 - 2211110216 - SAS专版
二元线性混合模型的SAS proc mixed
0 个回复 - 1561 次查看 摘要翻译: 二元线性混合模型在分析两个相关标记的纵向数据时是有用的。本文提出了一个包含随机效应或一阶自回归过程和两个标记的独立测量误差的二元线性混合模型。使用SAS Proc MIXED提供了适合这些模型的代码和技巧 ...2022-3-7 08:57 - 大多数88 - Forum
求助:sas proc mixed 里面的lsmestimate无法使用
0 个回复 - 784 次查看 求助各位大佬,我的sas重装之后,proc mixed 里面的lsmestimate语句总是显示红色,无法使用,但lsmeans可以使用,这是为什么?另外,还有其他方法可以求出lsmestimate里面的95%CI和p值么?谢谢2022-2-12 15:58 - yyf1202 - SAS专版
SAS proc mixed 如何输出每个数据的斜率?
0 个回复 - 963 次查看 通过proc mixed 可以输出固定效应参数和每个id的随机效应,如何输出每个id的截距和斜率? 以下是proc mixed 代码: proc mixed data=data1; class id; model TC=FMP visi_tage1/s; random int FMP visi_tage1/t ...2022-2-7 15:23 - 19880910dqy - SAS专版
SAS proc mixed 过程 运行中日志提示满足收敛准则,但最终的 Hessian 不是正定的
2 个回复 - 3231 次查看 各位好: 在下请教诸位。 我的研究目的是想分析各国gdp, 老年人口比例等因素对于脑血管病发病风险影响。 使用的变量: 1,时间范围:1990-2016年,year; ...2020-3-29 10:28 - freetest - SAS专版
R 的 lsmeans 似于SAS Proc GLM/ MIXED lsmeans statement 的功能
0 个回复 - 939 次查看 有谁使用过 R 的 lsmeans 的? 想有点类似于SAS Proc GLM/ MIXED lsmeans statement 的功能, 但用R来实现。谢谢2018-1-25 09:11 - xiao3008 - 爱问频道
多水平logistic模型sas程序如何写呢?proc nlmixed ?
8 个回复 - 5420 次查看 多水平logistic模型sas程序如何写呢?proc nlmixed ? 我的模型是:水平1是 age,grade(1=小学,2=初中,3=高中),gender(1=女,2=男),水平2是 area(1=城市 2=农村) 因变量为mental health(0=健康,1=异常 ...2013-11-1 16:53 - Cynthia1104 - SAS专版
SAS PROC MIXED/GLIMMIX , 3-level model (memory error)
7 个回复 - 3893 次查看 毕业论文跑下面code,一直出错,上网查了两天(中英文网站查遍!)都没法解决啊TAT心力交瘁,求高手解答! 数据结构是这样的,3-level 重复测量数据 level_1 (participants, n=5000+) is nested within level_2 (sch ...2017-5-9 10:10 - youkuifeng - SAS专版
[SAS求助!]如何用PROC MIXED做非平衡面板数据固定效应回归?
2 个回复 - 25835 次查看 各位高手,只差这一步我的论文就搞定了,虽然有很多教程,可是查遍了网上,依然没有一个正好针对面板的例子来进行固定效应和随机效应回归。 数据集:data1 个体的区分变量:qstkcd 时间的区分变量:qdate 模型: y ...2013-4-14 15:08 - huangtianxiao - SAS专版
SAS中proc mixed和proc panel在处理固定效应模型和随机效应模型时有什么区别?
0 个回复 - 2707 次查看 请教各位,SAS中proc mixed和proc panel在处理固定效应模型和随机效应模型时有什么区别?2014-12-6 16:57 - Bel-esprit - SAS专版
SAS PROC GLIMMIX vs. Stata generalized linear mixed model commands
5 个回复 - 3080 次查看 Does anybody know about the best way to match up what SAS and Stata do in terms of multilevel / mixed models? Lesa Hoffman from U of Nebraska, Lincoln, has been able to find a matching pair of options ...2014-4-13 11:12 - ReneeBK - HLM专版
sas中proc mixed 过程中的自变量筛选
0 个回复 - 1625 次查看 sas中proc mixed 过程中有没有类似于selection 和 include的语句? 求教各位大神QAQ2014-1-15 00:04 - 绝世尘封 - SAS专版
求助:用SAS运行Proc mixed 后出现hessian matrix is not positive definite该怎么办
3 个回复 - 3955 次查看 初学mixed 语句,还请高手不吝赐教!2013-12-24 10:15 - cushion1 - 爱问频道
求教SAS里做过proc mixed?请问适用条件,和用法?
3 个回复 - 10610 次查看 有谁在SAS里做过proc mixed?请问适用条件,和用法?2009-12-22 14:56 - shuixuewo - SAS专版
SAS proc mixed 改变了 reference group, 结果不一致性
1 个回复 - 1129 次查看 code: PROC MIXED DATA= use ;[/backcolor] class study_id identifier tm ;[/backcolor] MODEL allowp = identifier tm identifier*tm/ solution ;[/backcolor] REPEATED / subject=study_id type=un rcorr; [/ ...2013-5-24 23:01 - qili0547 - SAS专版
SASPROC MIXED怎么用于估计线性混合效应模型
0 个回复 - 1920 次查看 现在有6个clusters, 每个cluster有响应变量y,有解释变量x1, x2, x3, x4, x5, x6, 假设这六个解释变量都有随机效应, 建立混合效应模型y=x*beta+z*b+error ,怎么样能得到beta和每一个cluster下的beta的估计? 能 ...2013-3-26 09:14 - 慧(会)幸福 - SAS专版
免费大礼包: using sas proc mixed to fit multilevel models, hierarchical models
3 个回复 - 1440 次查看 http://bbs.pinggu.org/forum.php?mod=viewthread&tid=2121723&page=1&extra=#pid15285055 我发错地方了, 请看链接. 免费大礼包: using sas proc mixed to fit multilevel models, hierarchical models and i ...2012-10-27 14:22 - blueleaf2 - SAS专版
请问SAS中proc mixed为什么没有Rsquare的输出? 理论上可以自及计算吗?
1 个回复 - 1899 次查看 请问SAS中proc mixed为什么没有Rsquare的输出? 理论上可以自及计算吗?有谁可以提供一下现成的程序吗? 如果没有Rsquare怎么判断模型好坏呢?2011-4-18 12:43 - zgwshmily - SAS专版
求教:有关sas写mixed logit 的proc步(急)
2 个回复 - 2659 次查看 最近正在搞一个参数估计,要用到sas里面的参数估计,就是U=a*x+b的式子,其中a服从一个对数正态分布,我想应该是用sas里的mixed步,但是得出的结果分析与别人在论文中的不一样。写成如下,请高人指点,错在哪里:pro ...2008-8-21 16:33 - yanyanxihua - SAS专版
介绍哈佛Singer关于SAS PROC MIXED
2 个回复 - 2708 次查看 的一篇文章,36页。如有用, 顶一下!"Using SAS Proc Mixed to fit Multileve Models, Hirerachical Models, and Individual Growth Models". [此贴子已经被作者于2008-3-12 3:05:21编辑过]2008-3-12 02:57 - flyfishing - SAS专版