the "mixedDesign" function was written by the professor for this homework, but I think the argument "sd" is standard as I've found it on other functions but with no description of what the value should actually describe. What am I actually saying when I designate a value for sd? Professor says 0.1 is "too low". Is there a standard value for this argument?
simdata <- mixedDesign(B=c(2, 2), W=2, n=10, M=Means,
SD=0.1, R=.42, empirical = TRUE, long = TRUE)
I'm aware that standard deviation is 34.1% either side of the mean!
Many thanks in advance!