suzhzh 发表于 2013-8-31 09:25 
#define the av;
av
Store the 25 means in a vector named av. To do that, you need to define a vector of NAs of length 25, using the R command av <- rep(NA, 25), before the for loop Calculate the standard deviation of the values in av.
题目中让算的是这25个平均数的标准差,the standard deviation of the values in av 是指一个标准差。 你的方法是算25个标准差,和题目要求的不一样。不过,还是谢谢啦。已经评分奖励了。