Relative Content

Tag Archive for rlme4mixed-models

Mixed Effect Model using lme4 in R

I have GPS collar data on a species of gazelle throughout different seasons and want to model the effect of seasonal climatic changes on their movement patterns (e.g. daily distance moved, and monthly home range sizes) using the lme4 package in R.

How to Implement a Mixed Effect Model for Nested Data in R?

Data sample below. I’m working on an analysis involving a complex nested dataset and I need to implement a mixed effect model in R. Here’s a brief overview of my situation: Objective: Determine the effect of personality traits (OCEAN), emotional states, situational perception, and emotional perception on the evaluation of valence of images generated by […]