search for: ref_val

Displaying 2 results from an estimated 2 matches for "ref_val".

2019 Jan 25
2
Error "valor ausente TRUE/FALSE..." en doble loop FOR
...for(i in l_plates) { for(j in l_analytes) { # arguments if(phen_tot$convergence[i][j] == '2' || phen_tot$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...
2019 Jan 25
2
Error "valor ausente TRUE/FALSE..." en doble loop FOR
...# arguments >> if(phen_tot$convergence[i][j] == '2' || phen_tot$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...