Displaying 1 result from an estimated 1 matches for "omission_threshold".
Did you mean:
omission_thresholds
2009 May 23
1
create vectors within a double loop
...ved 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 NA ...
int [1:875...