str(dat2) data.frame': 37654 obs. ...: $ Yld : int $ A : int $ B : chr $ C : chr
On Wed, Jan 26, 2022 at 10:49 AM Bert Gunter <bgunter.4...@gmail.com> wrote: > What does str(dat2) give? > > 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 Wed, Jan 26, 2022 at 7:37 AM Val <valkr...@gmail.com> wrote: > > > > Hi all, > > > > I am trying to get the lsmeans for one of the factors fitted in the > > following model > > > > Model1 = lm(Yld ~ A + B + C, data = dat2) > > M_lsm = as.data.frame(lsmeans(Model1, "C")), > > > > My problem is, I am getting this error message. > > "Error: The rows of your requested reference grid would be 81412, which > > exceeds the limit of 10000 (not including any multivariate responses)". > > > > How do I fix this? > > > > Thank you > > > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > R-help@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]] ______________________________________________ R-help@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.