Displaying 2 results from an estimated 2 matches for "max_log10mfi".
2019 Jan 25
2
Error "valor ausente TRUE/FALSE..." en doble loop FOR
...t$r_square[i][j] <=
0.9) {
# first condition
phen_tot$convergence_cor <- 'F'
phen_tot$use <- 'F'
phen_tot$ref_val <- 15000
# second condition
}else {phen_tot$convergence_cor[i][j] <- 'T'
if(phen_tot$max_log10mfi[i][j] < log10(15000)){
phen_tot$use[i][j] <- 'F'
phen_tot$ref_val[i][j] <- 15000
# third condition
}else {phen_tot$use[i][j] <- 'T'
phen_tot$ref_val[i][j] <- phen_tot$pred_log10mfi[i][j]
}...
2019 Jan 25
2
Error "valor ausente TRUE/FALSE..." en doble loop FOR
...gt; phen_tot$convergence_cor <- 'F'
>> phen_tot$use <- 'F'
>> phen_tot$ref_val <- 15000
>>
>> # second condition
>> }else {phen_tot$convergence_cor[i][j] <- 'T'
>> if(phen_tot$max_log10mfi[i][j] < log10(15000)){
>> phen_tot$use[i][j] <- 'F'
>> phen_tot$ref_val[i][j] <- 15000
>>
>> # third condition
>> }else {phen_tot$use[i][j] <- 'T'
>> phen_tot$ref_val[i][j] &l...