zhaoshengguo的个人博客分享 http://blog.sciencenet.cn/u/zhaoshengguo

博文

动物营养或饲喂试验mixed混合统计模型

已有 2662 次阅读 2014-4-6 17:20 |系统分类:科研笔记| style, Microsoft

动物营养试验中,一般设计不同的日粮或营养素饲喂动物后,每隔几周采集一次样品或记录生产性能。统计数据时,一定要利用混合模型进行方差分析,模型参数如下供参考:


proc mixed;
class trt week cow;
model protein=trt week trt*week;
random cow(trt);
repeated week/type=ar(1) sub=cow(trt) r rcorr;
* select type which produce the smallest AIC value
*repeated week/type=cs sub=cow(trt) r rcorr; * select type which produce the smallest AIC value
*repeated week/type=un sub=cow(trt) r rcorr; * select type which produce the smallest AIC value
*repeated week/type=ante sub=cow(trt) r rcorr;
* select type which produce the smallest AIC value
lsmeans trt week trt*week/pdiff adj=tukey;
run;



https://blog.sciencenet.cn/blog-52124-782568.html


下一篇:博士后与科研新手指南
收藏 IP: 219.238.162.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-11-1 09:28

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部