I really like the idea of looking at parameter estimates while I am exploring the dataset. The nominal values recorded each day already cluster according to type, one of the "types" has values that are notably lower than the other types, but I would like to know how to explore the data like this for the future. I reran the model with the exclusion of type and nesting:
I have whole model parameter estimates for each chemical and one estimate for each chemical as an interaction with the 2nd sampling event (day2*chemical X). I wanted to ask if there is a way to save the parameter estimates to my current data table instead of generating a new data table? I am asking because I dont want to have to manually recode the "type" for each of the 100 chemicals and I figure that there must be a way to save it to my current sheet (or not!).
Re the normality:
I have been running this on the nominal recorded data values (non normal) but even when log transformed the data is non-normal:
However, the eyeball test tells me that I should be running these test on the log transformed data because it is "more normal" for sure.
Are you sure that this would be a linear mixed model? My understanding is that because there are no random effects in the current whole model that this would be a linear model with both continuous and categorical explanatory variables (day is continuous, pesticide and type are categorical:
I recall that least squares regression does not assume normally distributed residuals but it might not be the most optimal model for non-parametric data. What are your thoughts on this?