Displaying 1 result from an estimated 1 matches for "burned_eig_normalised_cov".
2009 May 23
1
create vectors within a double loop
...value
(e.g. the last derived from the loop) _instead_ of 10.
Questions
1. How can I construct this properly
2. Related question: how can I print the structure of each column of
each "classification" with a for loop?
e.g.
# a single loop work perfectly as follows:
for (i in 1:10) str(burned_eig_normalised_cov.omission_thresholds[,i])
int [1:875] NA NA NA NA NA NA NA NA NA NA ...
int [1:875] NA NA NA NA NA NA NA NA NA NA ...
int [1:875] NA NA NA NA NA NA NA NA NA NA ...
int [1:875] NA NA NA NA NA NA NA NA NA NA ...
int [1:875] NA NA NA NA NA NA NA NA NA NA ...
int [1:875] NA NA NA NA NA NA NA NA NA...