Hello all,
Everything was working very well. Now when I try to load lmerTest using:
library("lmerTest"), I get this error:
Error: package or namespace load failed for ‘lmerTest’ in
loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck =
vI[[j]]):
there is no package called ‘purrr’
I have no problem setting up my mixed model, or performing anova or lsmeans
on my model’s outputs. However, performing lsd mean separation is giving me
fits.
So I do not have a problem when using two-way anova model. When using the
code:
fit.yield.add <- lm(data = ryzup, Yield ~ Rep + Nitrogen
riate data=resids normal plot; id Barcode Grain_Yield__Mg_h_
pearsonresid; var resid;
proc print data=resids (obs=3);run;
Can someone please help me convert my code to R? Any help would be much
appreciated.
Thanks,
Andrew Harmon
[[alternative HTML version deleted]]
3 matches
Mail list logo