search for: plotlmer

Displaying 6 results from an estimated 6 matches for "plotlmer".

2010 Mar 09
0
plotlmer graphics/x-axis and legend options
...c. In particular, I have two questions: 1. Is is a way to decide in which order we want the labels on the x-axis. For now, the reference value label is the first one, and the other labels appear in the alphabetical order. I would like them to be sorted in the ascending way. Here is my code: plotLMER.fnc(idtt_lmer7bis, xlabel ="", xlabs =NA, ylabel = "Reaction time (ms)", fun = NA, pred = "Condition", n = 100, , mcmcMat = NA, lockYlim = TRUE, addlines = TRUE, withList = FALSE, cexsize = 0.7, lwd=2, font=2, cex.lab=1.25, tcl=-0.5, las=2, cex.axis=0.7) 2. In t...
2013 Oct 17
1
pamer.fnc y la nueva versión de R
...intercept is significant. For purposes of the # example, let’s perform a posthoc analysis on FreqBdc on # model m2. m2.ph <- mcposthoc.fnc(model = m2, var = list(ph1 = "FreqBdc")) if(try(require(languageR,quietly=TRUE))){ # Generate plot for Length X Freq with function plotLMER.fnc require(languageR) plotLMER.fnc(m2, pred = "LengthBc", intr = list("FreqBdc", levels(eeg$FreqBdc), "beg", list(1 : 3, 1 : 3))) } # effect of Length at each FreqB bin summary(object = m2.ph, term = "LengthBc") # Length effect different Fre...
2008 Nov 10
1
R 2.8. and languageR
Hi, I have been using the library languageR in R2.6.0 for some while. I now would like to use new functions of this library (especially plotLMER.fnc) and have downloaded R 2.8.0. Error messages appear when I load the languageR library (I have tried several times on different computers but this doesn't help.: Attachement du package : 'Matrix' The following object(s) are masked from package:stats : xtabs...
2013 Jan 23
0
Mixed effects para factores y no para covariables. Guia y dudas
...e nos da el tamaño del efecto entendido como variabilidad explicada #--------------------------------------------------------------------------------------------------------- # Tamaño del efecto según languageR definido como diferencias entre máximo y minimo, esto de normal no vale. dfr <- plotLMER.fnc(mod, pred = "Word", withList=TRUE) max(dfr$Word$Y)-min(dfr$Word$Y) #--------------------------------------------------------------------------------------------------------- # Comparaciones post hoc summary(glht(model= mod,linfct=mcp(Word="Tukey"))) # Interacciones...
2013 Dec 02
1
pamer.fnc y la nueva versión de R
...at function mcp.fnc does not return the fourth plot (dffits) anymore. We still have to figure out a way to compute the dffits for the new merMod objects. Also note that mcposthoc.fnc doesn't work with pvals.fnc / MCMC anymore. Please see Note in help page. Finally, the package gained function plotLMER.fnc from archived package languageR. It's the same, except for the bits related to mcmc. Please let me know if you encounter other problems. Sincerely, 2013/10/18 Javier Villacampa González <javier.villacampa.gonzalez@gmail.com> > Gracias a todos por las recomendaciones. Ya me he...
2013 Oct 18
2
pamer.fnc y la nueva versión de R
Javier, Creo que aquí aplica la ley de Linus que dice: "Dado un número suficientemente elevado de ojos, todos los errores se convierten en obvios". La persona que revisa y encuentra un error no necesariamente tiene que ser la misma que la que lo escribe. Una motivación muy importante al compartir un código es la de recibir los beneficios del control de calidad por parte de tus pares.