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:
![joemama985_0-1615810978428.png joemama985_0-1615810978428.png](https://community.jmp.com/t5/image/serverpage/image-id/31224iDC08672A093C01CD/image-dimensions/257x242?v=v2)
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:
![joemama985_0-1615811341961.png joemama985_0-1615811341961.png](https://community.jmp.com/t5/image/serverpage/image-id/31225i71D52D2586DD1C31/image-dimensions/480x300?v=v2)
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:
![joemama985_1-1615811534469.png joemama985_1-1615811534469.png](https://community.jmp.com/t5/image/serverpage/image-id/31226i96E739D2B64A39D9/image-size/medium?v=v2&px=400)
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?