glmtom <- glm(Organic.Matter ~ Season*Bay, data = nuttom)
tefftom <- allEffects(glmtom)
plot(tefftom, ylab = "Mean Organic Matter [%]", main = "GLM Organic Matter")
Asked
Active
Viewed 44 times
0

neilfws
- 32,751
- 5
- 50
- 63
-
this might be helpful: http://stackoverflow.com/questions/8536239/change-background-and-text-of-strips-associated-to-muliple-panels-in-r-lattice/8537752#8537752 – Edgar Santos Apr 29 '17 at 23:58
-
super helpful, many thanks – Paulo Felipe Lagos Sep 18 '17 at 03:50