Trying to run a Repeated Measures Anova and just keeping getting the same error message:
" Error in eval(predvars, data, env) : object 'fcmlog' not found"
I have created a data.frame
There is a column "fcmlog"
str function shows a numeric fcmlog column.
In your second last code you do not have data set assigned.
In your last code the data= hormones is not in right place it should be included inside the aov function.