Re: [R-es] comparaciones múltiples

2015-03-30 Thread Luciano Selzer
Recomiendo que veas el paquete lsmeans. Podes especificar comparaciones dentro factores. Saludos Luciano El 29 de marzo de 2015, 11:36, Miguel Lázaro lazar...@yahoo.es escribió: Hola a todos, yo he tenido el mismo problema y después de hablar con mucha gente que a su vez habló con mucha

Re: [R] reshape - reshape2 problem

2011-11-10 Thread Luciano Selzer
I had the same issue. The problem is that melt will call a method. The method will dispach melt.data.frame from reshape package, thus ignoring reshape2. The solution is to call specificly reshape2::melt.data.frame() HTH Luciano 2011/11/10 Johannes Radinger jradin...@gmx.at: Am 10.11.2011 um

Re: [R] reshape - reshape2 problem

2011-11-10 Thread Luciano Selzer
addtional info about my package versions: R 2.14.0 reshape 0.8.4 reshape 1.1 ggplot2 0.8.9 cheers /j Original-Nachricht Datum: Thu, 10 Nov 2011 08:51:55 -0300 Von: Luciano Selzer luciano.sel...@gmail.com An: Johannes Radinger jradin...@gmx.at CC: Brandon Hurr brandon.h

[R] Possible Bug in Effects Package

2010-10-02 Thread Luciano Selzer
Dear List, I find Effects package very useful, but I believe I have found a bug in allEffects function. Please consider the following code: test - data.frame(tries= round(runif(40, 5, 300)), tra = gl(4, 10, labels = c(V, D, C, L)), prop= runif(40, 0, 1)) test$success - round(with(test,