Getting mean value from specific cells in large data frame
I have a large data set with 48 columns and 481 rows. I need to calculate the mean value of every column, in every 12th row. so cell [12,1] [24,1] etc, then again for column 2.
I havent figured out a simple way of doing it for more that 5 rows at the time