全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学
2496 5
2007-11-25
<p>哪位好心人能帮忙将所附重复测量数据分析用mixed模型做出来,并将编程一并发上来,非常感谢啊!!!我试到凌晨3:20还是没搞定,哭。。。。。。。。。。。。。!</p>
177058.rar
大小:(1.41 KB)

 马上下载

本附件包括:

  • 2.xls

<br/>

[此贴子已经被作者于2007-11-25 11:10:27编辑过]

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2007-11-25 03:51:00
where is the attachment??
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2007-11-25 23:46:00
<p>data a;<br/>input subject&nbsp;anxiety&nbsp;tension&nbsp;trial&nbsp;score@@;<br/>cards;<br/>/*数据粘贴*/&nbsp;<br/>run;<br/>proc glm data=a;<br/>class subject&nbsp;anxiety&nbsp;tension&nbsp;trial;<br/>model score=subject&nbsp;anxiety&nbsp;tension&nbsp;trial / ss3;<br/>means subject&nbsp;anxiety&nbsp;tension&nbsp;trial/ regwq;<br/>run;</p><p><br/>结果是这样的组合得分最高,对不起,我也不会~~~</p><p>subject=10<br/>anxiety=2&nbsp;<br/>tension=2&nbsp;<br/>trial=1<br/></p>

[此贴子已经被作者于2007-11-25 23:47:46编辑过]

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2007-11-26 11:14:00
<p>data scoredata;<br/>input subject&nbsp;anxiety&nbsp;tension&nbsp;trial&nbsp;score@@;<br/>cards;<br/>/*数据粘贴*/&nbsp;<br/>run;<br/></p><p>**the default method of estimate the prarameter&nbsp;is REML, you can use method=ml to change it maximum likelihood**;</p><p><br/>proc mixed data=scoredata method=ml;<br/>class subject anxiety tension;<br/>model score= trial anxiety tension/S;<br/>random int;<br/>run; </p><p><br/>proc mixed data=scoredata method=ml; <br/>class subject anxiety tension; <br/>model score = trial anxiety tension/S; <br/>repeated / type=cs subject=subject; <br/>run;<br/></p>
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2007-11-26 22:01:00
<p>Model 1 is called random intercept model. We assume that the subjects'&nbsp;initial&nbsp;value is random.&nbsp;</p><p>In Model 2, We try to find a suitable error/covariance structure to explain the correlation&nbsp;among the values at each time points. So, besides selecting type of CS, you'd better try other type. such as UN, AR(1), <font face="Times New Roman">TOPE, HF</font>.. By comparing AIC or BIC, You can choose a final error/covaviance structuresult which fit the data most.</p><p></p>
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2007-11-27 13:47:00
<font face="Verdana" color="#000000">thanks zzheng722 and losttemple heip!</font>
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群