Hello, I have a rather large data set where I am trying to assess how mercury in finish caught in New Hampshire has varied from 1992-2021 and assess how these mercury levels vary from county to county throughout this time line.
My data is as follows
DV = Total Mercury (Log10 scaled, Continuous)
IV Fixed 1= Fish Length (Continuous)
IV Fixed 2= Year Caught (Categorical, Numeric/Nominal)
IV Fixed 3= Year Caught * Length
IV Fixed 4= County (Categorical, Character/Nominal)
IV Random 1= Lake (Categorical, Character/Nominal)
IV Random 2= Lake * Year Caught
I have specified this in the Fit Model Platform Here.
These are my output results
I am curious as to
1. How should I interpret the Coefficient of Variation values in the REML output menu? (these values are also coming up as negative)
2. How to meaningfully Interpret the negative intercept as my parameter estimate as it is impossible to have a negative baseline mercury concentration
3. How to interpret both inter and intra group variation of the random effects (variation in fish mercury within lakes, between lakes, and across lake-year)
4. How to back-transform my LS Means from the effect details red triangle drop down menu.
I am also interested in seeing if there is something else I would need to do/explore given that this is my output?
Thank you for your insight into this.