- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
mixed effects a n o v a- pirate panel(混合影响n o v -海盗面板)
Random and Mixed Effects ANOVA
A classification variable in ANOVA may be either “fixed” or “random.” The meaning of “fixed” and “random” are the same as they were when we discussed the distinction between regression and correlation analysis. With a fixed variable we treat the observed values of the variable as the entire population of interest. Another way to state this is to note that the sampling fraction is one. The sampling fraction is the number of values in the sample divided by the number of values in the population.
Suppose that one of the classification variables in which I am interested is the diagnosis given to a patient. There are three levels of this variable, 1 (melancholic depression), 2 (postpartum depression), and 3 (seasonal affective disorder). Since I consider these values (1, 2, and 3) the entire population of interest, the variable is fixed.
Suppose that a second classification variable is dose of experimental therapeutic drug. The population of values of interest ranges from 0 units to 100 units. I randomly chose five levels from a uniform population that ranges from 0 to 100, using this SAS code:
Data Sample; Do Value=1 To 5;Dose=round(100*Uniform(0)); Output; End; run;
Proc Print; run;
quit;
Obs Value Dose
1 1 12
2 2 23
3 3 54
4 4 64
5 5 98
In my research, I shall use the values 12, 23, 54, 64, and 98 units of the drug. There is a uncountably large number of possible values between 0 and 100, so my sampling fraction is 5/( = 0. Put another way, dose of drug is a random effects variable.
The Group x Dose ANOVA here will be “mixed effects,” because there is a mixture of fixed and random effects. When calculating the F ra
您可能关注的文档
- m a r k e t i n g c h a n n e l s a n d s u p p l y c h a i n s(m c r k e t i n g h n n e l s n d s u p p l c h我n s).doc
- m a r k e t i n g p l a n n i n g& p r o b l e m s o l v i n g(m r k e t我n g p l n n n舌鳎p v r o b l e m s o l n g).doc
- m a t e r i a l s a f e t y d a t a s h e e t t e k u s o l v i i(m t e r i l s f e t y d t s h e e t t e k u s o l v我).doc
- m a t e r i a l s a n d m e t h o d s- universityof arizona(我l s m t e r n d m e t h o d s -亚利桑那大学).doc
- m g m t e–138 o p e r a t i o n s r e s e a r c h a n d f o r e c a s t m a n a g e m e n t(m g m t e - 138 o p e r t i o n s r e s e r c h n d f o r e c s t m n a g e m e n t).doc
- m i c r o- f o u n d a t i o n s i n s t r a t e g i c m a n a g e m e n t(m i f c r o - o u n d t i o n s i n s t r t e g i c m n a g e m e n t).doc
- m i n n e s o t a d e p a r t m e n t o f t r a n s p o r t a t i o n(m i n n e s o t d e p t m e n t o f t r n s p o r t t i o n).doc
- m i n o r r e v i s i o n n o- environmental protection agency(m i n o r r e v is i o n n o -环境保护署).doc
- m i n u t e s- maryland d l l r(马里兰m i n u t e s - d l l r).doc
- m m e l manual[ manual]- e a s a(m m e l手册(手册)- e s).doc
- mobile cranes- elkhorn construction, inc(移动起重机——鹿角建设有限公司).doc
- mobile cranes onshore- houston controls(移动起重机在岸——休斯顿控制).doc
- mobile cranes& hoist safety(移动起重机起重安全).doc
- model water efficient landscape ordinance- m w d o c(模型节水景观条例- w m d o c).doc
- modeling nonlinear data- mrs. krummel(建模的非线性数据——krummel太太).doc
- modelofa standard operating procedurefor sanitation(modelofa标准操作procedurefor卫生设施).doc
- modular air handling units- m d anderson cancer center(组合式空气处理机组- m d安德森癌症中心).doc
- module5– forecasting(module5——预测).doc
- moleculesof life- doctor jade(moleculesof生活——医生玉).doc
- mom's sugar cookies( loretta mosher)(妈妈的糖饼干(loretta莫舍)).doc
文档评论(0)