Displaying 4 results from an estimated 4 matches for "afex".
Did you mean:
afer
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
Dear Russ,
I had the same problem in my vignettes and setting both message and warning
to FALSE seems to remove all unwanted output:
```{r message=FALSE, warning=FALSE}
library("afex")
library("ggplot2")
library("cowplot")
theme_set(theme_grey())
```
Result:
https://cran.r-project.org/web/packages/afex/vignettes/afex_plot_introduction.html
Best,
Henrik
Am Di., 23. Juli 2019 um 14:52 Uhr schrieb Ben Bolker <bbolker at gmail.com>:
>
> D...
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
Lionel,
Thanks for your response. I understand that method overriding can be a serious issue, but as you say, this is not something that the user can act upon. Yet the message lands at the user?s feet.
In my case, the messages are cluttering my package vignettes, and may or may not represent what users see if they themselves run the vignette code, depending on what version of ggplot2, etc. they
2012 Aug 15
2
ANOVA repeated measures and post-hoc
Hi,
I performed an ANOVA repeated measures but I still can't find any good news regarding the possibility to perform multiple comparisons.
Can anyone help me?
Thanks
Diego Bucci
Fisiologia Veterinaria
Dipartimento di Scienze Mediche Veterinarie
Università degli Studi di Bologna
Via Tolara di Sopra, 50
40064 Ozzano dell'Emilia, BO
Tel. 00390512097904
mail diego.bucci3@unibo.it
2012 Dec 30
0
ANOVA repeated measures and post-hoc
...otice the caveat about the calculation of p-values for
such models, as explained in the vignette.
For more issues about mixed-effects models in R, there is a specifice
SIG-list:
https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
> For running the ANOVA you could also check my new package afex.
>
> Cheers,
> Henrik
>
>
>> Diego Bucci schrieb:
>> Hi,
>> I performed an ANOVA repeated measures but I still can't find any
good news regarding the possibility to perform multiple comparisons.
>> Can anyone help me?
>> Thanks
INSTITUTO DE BI...