Displaying 1 result from an estimated 1 matches for "maxrsq".
Did you mean:
maxrss
2010 Jul 19
0
Calculation optimization advice needed
...]))$adj.r.squared
}
max.seq <- NA
# I need to check all the combinations of factors and find the model
which brings the highest adjusted R-squared
# for every simulation out of 100
for (i in 1:100){
xyz <- apply(AAA, 1, AdjRsqrFunc, a = simul[i, ])
max.seq <- c(maxrsq.seq, max(xyz))
}
[[alternative HTML version deleted]]