How should these two models be interpreted differently? Specifically, what is the circumstance where you would run one over the other?
aov(Temperature~Day+Error(Subject))
aov(Temperature~Day+Error(Subject/Day))
We'll use an example where I measured the temperature of 10 people once every day for a week. My main interest is to see if the temperature measurements change significantly day-to-day, and I am not interested in the longitudinal trend from Monday to Sunday.