Hi Allen, I'm looking at
|
corOut = data.frame(predictor = NA, statistic = NA, model = NA, r = NA) |
and wonder: why this second loop? Aren't the same values being calculated in the loop structure above?
Would like to keep it minimal to avoid confusion.
Cheers,
F
Hi Allen, I'm looking at
SimulationStudy/experiments/uniform_sampling_experiment/SimPaper2_AH.R
Line 69 in 0a58869
and wonder: why this second loop? Aren't the same values being calculated in the loop structure above?
Would like to keep it minimal to avoid confusion.
Cheers,
F