Dear R Help: What does "lmer(responce ~ factor1*factor2 + (factor1*factor2 | group1) + (factor1*factor2| group2), data)" mean? And "lmer(responce ~ factor1*factor2 + (factor1*factor2 | group1) + (factor1*factor2| group2), data)" vs. "lmer(responce ~ factor1*factor2 + (factor1+factor2 | group1) + (factor1+factor2| group2), data)"? And Experiment includes 2 factors ,2 group structrues and 1 response,I want to use Mixed-Effects Model.How to express the full model with R [[alternative HTML version deleted]]
Have you read the docs? Is this some kind of homework? -- this list does not do homework. We expect minimal efforts at least on the part of posters. We do not do tutorials here. I think you need to do some reading on your own before posting further. Try posting on the r-sig-mixed-models list to get or to be directed to such tutorials. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Mar 10, 2017 at 9:24 PM, ?? <liushun.1 at qq.com> wrote:> Dear R Help: > What does "lmer(responce ~ factor1*factor2 + (factor1*factor2 | group1) + (factor1*factor2| group2), data)" mean? > And > "lmer(responce ~ factor1*factor2 + (factor1*factor2 | group1) + (factor1*factor2| group2), data)" vs. "lmer(responce ~ factor1*factor2 + (factor1+factor2 | group1) + (factor1+factor2| group2), data)"? > And > Experiment includes 2 factors ,2 group structrues and 1 response,I want to use Mixed-Effects Model.How to express the full model with R > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Thank You ------------------ ???????? ------------------ ??????: "Bert Gunter"<bgunter.4567 at gmail.com>; ????????: 2017??3??11??(??????) ????11:44 ??????: "????"<liushun.1 at qq.com>; ????: "r-help"<r-help at r-project.org>; ????: Re: [R] Linear Mixed-Effects Model Have you read the docs? Is this some kind of homework? -- this list does not do homework. We expect minimal efforts at least on the part of posters. We do not do tutorials here. I think you need to do some reading on your own before posting further. Try posting on the r-sig-mixed-models list to get or to be directed to such tutorials. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Mar 10, 2017 at 9:24 PM, ???? <liushun.1 at qq.com> wrote:> Dear R Help: > What does "lmer(responce ~ factor1*factor2 + (factor1*factor2 | group1) + (factor1*factor2| group2), data)" mean? > And > "lmer(responce ~ factor1*factor2 + (factor1*factor2 | group1) + (factor1*factor2| group2), data)" vs. "lmer(responce ~ factor1*factor2 + (factor1+factor2 | group1) + (factor1+factor2| group2), data)"? > And > Experiment includes 2 factors ,2 group structrues and 1 response,I want to use Mixed-Effects Model.How to express the full model with R > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.[[alternative HTML version deleted]]