I am trying to load the lsmeans library.
Get this message:
library(lsmeans) # for lsmeans Loading required package: estimability
I then installed
install.packages("estimability")
but even after done, when I run this library I get the same message.
library(lsmeans) # for lsmeans Loading required package: estimability
Any ideas?
Thanks