The viedo is very good, it crealry explain a important statistical method. I am novice to R and I would say that a lesson that takes 3 or more package to be installed tells us that probably R is not for everyone: every package has its logic, its syntax, and so on, for example when a version change sometimes the syntax is non loger valid, that is probably the case with the error we take in using cld function.
As for the error we take using cld function: 1) install package multcomp: install.packages("multcomp") 2) load the library multcomp: library("multcomp") 3) change the syntax of the cld function: cld(posthoc[[1]], alpha=.05, Letters=letters). Hope it works for you.
HI, I have watch the two anova video. in the first video, the p value of predator_debsity:timing is less than 0.5, so you delete the factor predator_debsity:timing in the second the video. could you explain the reason?
Hi I am having this problem, can you help me to solve this Error in UseMethod("cld") : no applicable method for 'cld' applied to an object of class "c('emm_list', 'list')"
Thanks a lot! very clear. But I have a question, I compared the 2-way ANOVA results in SPSS and R, but they are different, could you tell me the possible reason? thank you
If either the Levene's test or the Shapiro Wilk test were not > 0.05, would you not be able to run the two way anova? Is there a non parametric test that could be used?
Hey! does anyone know the solution to the following error message? Error in UseMethod("cld") : no applicable method for 'cld' applied to an object of class "c('emm_list', 'list')"
I get en error at the same line: Error in cld(posthoc, alpha = 0.05, Letters = letters) : could not find function "cld" the library's are installed and loaded... What can be the problem?
I come to your page repeatedly for you actually a great job here. Thanks!!!
The viedo is very good, it crealry explain a important statistical method. I am novice to R and I would say that a lesson that takes 3 or more package to be installed tells us that probably R is not for everyone: every package has its logic, its syntax, and so on, for example when a version change sometimes the syntax is non loger valid, that is probably the case with the error we take in using cld function.
Life saver !!! Much love.
As for the error we take using cld function: 1) install package multcomp: install.packages("multcomp") 2) load the library multcomp: library("multcomp") 3) change the syntax of the cld function: cld(posthoc[[1]], alpha=.05, Letters=letters). Hope it works for you.
hi bro, can you explain the roll of "[[1]]" ?
i don't know what does it means. thank you so much
i'm sorry but it did't work, could you tell me another solution?
thank you so much
Thank a lot it worked
Hi, my dependent variable is the number of questions answered in a privacy sensitive context (0-19). Can I also use the ANOVA for this count data ?
HI, I have watch the two anova video. in the first video, the p value of predator_debsity:timing is less than 0.5, so you delete the factor predator_debsity:timing in the second the video. could you explain the reason?
Hi I am having this problem, can you help me to solve this
Error in UseMethod("cld") :
no applicable method for 'cld' applied to an object of class "c('emm_list', 'list')"
same problem
cld(posthoc[[1]],
Letters=letters)
This is GREAT! Thank you.
Thanks a lot! very clear. But I have a question, I compared the 2-way ANOVA results in SPSS and R, but they are different, could you tell me the possible reason? thank you
Hi. Why do you use lsmeans instead of tukey.hsd? Thank you.
If either the Levene's test or the Shapiro Wilk test were not > 0.05, would you not be able to run the two way anova? Is there a non parametric test that could be used?
did you find out the answer to your Question? I have the same problem
rcompanion.org/handbook/I_12.html.
Hey! does anyone know the solution to the following error message?
Error in UseMethod("cld") :
no applicable method for 'cld' applied to an object of class "c('emm_list', 'list')"
try cld(posthoc[[1]]) . Worked for me.
I get en error at the same line:
Error in cld(posthoc, alpha = 0.05, Letters = letters) :
could not find function "cld"
the library's are installed and loaded... What can be the problem?
@@verrybrainie library(multcomp)
@@oscarcrovo7037 this gives me an other error:
no applicable method for 'cld' applied to an object of class "emmGrid"