Hi everyone, could you please give me any clue regarding the equivalent procedure to plot predicted values from mixed models? Thanks, Alejandro ************************ Dr. Alejandro Mart?nez-Abra?n Investigador postdoctoral Parga-Pondal Universidade da Coru?a Departamento de Biolox?a Animal, Biolox?a Vexetal e Ecolox?a Facultade de Ciencias Campus da Zapateira s/n E-15071 A Coru?a, Spain E-mail: a.abrain at udc.es http://lapoesiadelconocimiento.blogspot.com/ ************************* Population Ecology Group IMEDEA (CSIC-UIB) C/Miquel Marqu?s 21 07190 Esporles,Mallorca,Spain Voice:+34971611929 E-mail:amartinez at imedea.uib-csic.es http://www.imedea.uib.es/ficha.php?pid=158 http://lapoesiadelconocimiento.blogspot.com/ ************************** "Es mejor encender una vela que maldecir la oscuridad" "Ubi dubium ibi libertas" (Donde hay duda hay libertad) "????? ???????" (Con?cete a ti mismo) "Mientras el cerebro siga siendo un misterio el universo entero seguir? siendo un misterio"
predict in mixed models
3 messages · Alejandro Martínez Abraín, ONKELINX, Thierry, Alistair Stewart
http://glmm.wikidot.com/faq ________________________________________ Van: r-sig-mixed-models-bounces at r-project.org [r-sig-mixed-models-bounces at r-project.org] namens Alejandro Mart?nez Abra?n [amartinez at imedea.uib-csic.es] Verzonden: dinsdag 24 juli 2012 15:56 Aan: r-sig-mixed-models at r-project.org Onderwerp: [R-sig-ME] predict in mixed models Hi everyone, could you please give me any clue regarding the equivalent procedure to plot predicted values from mixed models? Thanks, Alejandro ************************ Dr. Alejandro Mart?nez-Abra?n Investigador postdoctoral Parga-Pondal Universidade da Coru?a Departamento de Biolox?a Animal, Biolox?a Vexetal e Ecolox?a Facultade de Ciencias Campus da Zapateira s/n E-15071 A Coru?a, Spain E-mail: a.abrain at udc.es http://lapoesiadelconocimiento.blogspot.com/ ************************* Population Ecology Group IMEDEA (CSIC-UIB) C/Miquel Marqu?s 21 07190 Esporles,Mallorca,Spain Voice:+34971611929 E-mail:amartinez at imedea.uib-csic.es http://www.imedea.uib.es/ficha.php?pid=158 http://lapoesiadelconocimiento.blogspot.com/ ************************** "Es mejor encender una vela que maldecir la oscuridad" "Ubi dubium ibi libertas" (Donde hay duda hay libertad) "????? ???????" (Con?cete a ti mismo) "Mientras el cerebro siga siendo un misterio el universo entero seguir? siendo un misterio" _______________________________________________ R-sig-mixed-models at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models * * * * * * * * * * * * * D I S C L A I M E R * * * * * * * * * * * * * Dit bericht en eventuele bijlagen geven enkel de visie van de schrijver weer en binden het INBO onder geen enkel beding, zolang dit bericht niet bevestigd is door een geldig ondertekend document. The views expressed in this message and any annex are purely those of the writer and may not be regarded as stating an official position of INBO, as long as the message is not confirmed by a duly signed document.
Alejandro Mart?nez Abra?n <amartinez at ...> writes:
could you please give me any clue regarding the equivalent procedure to plot predicted values from mixed models?
I have used the "predictSE.mer" method in package "AICcmodelavg" for predicting from binomial generalized linear mixed models (glmer). Take care when adding/subtracting predicted SE to fitted values to ensure your values are transformed and backtransformed appropriately for their probability distribution.