Displaying 1 result from an estimated 1 matches for "x16x17x18x19".
2008 Oct 16
2
saving result of a "for" loop
Hi everyone,
I have dataset which I take random samples of it 5 times. each time I get
the mean for rows for each sample.
at the end I need to calculate the Average of all means for each sample and
each row. to clear it up I give an example:
say this is my dataset.
X8 X9X10X12 X13 X14 X15 X16X17X18X19 X20 X21 X22
s1 0 1 0 0 0 1 0 0 0 0 0 0 0 0
s2 0 0 0 0 1 0 0 0 0 0 0 0 1 0
s3 0 1 0 0 0 0 0 0 0 0 0 0 1 0
s4 1 0 0 0 1 0 0 0 0 1 0 0 0 0
I get a random...