now
This commit is contained in:
parent
74e00aa402
commit
9443961233
@ -247,6 +247,7 @@ multiSiteCalib <- function(measurements,
|
|||||||
results <- (rbind(res0,resultsSans0))
|
results <- (rbind(res0,resultsSans0))
|
||||||
write.csv(results,"result.csv")
|
write.csv(results,"result.csv")
|
||||||
calibrationPar <- future::value(fut[[1]], stdout = FALSE, signal=FALSE)[["calibrationPar"]]
|
calibrationPar <- future::value(fut[[1]], stdout = FALSE, signal=FALSE)[["calibrationPar"]]
|
||||||
|
browser()
|
||||||
if(!is.null(constraints)){
|
if(!is.null(constraints)){
|
||||||
notForTree <- c(seq(from = (length(calibrationPar)+1), length.out=3))
|
notForTree <- c(seq(from = (length(calibrationPar)+1), length.out=3))
|
||||||
notForTree <- c(notForTree,which(sapply(seq_along(calibrationPar),function(i){sd(results[,i])==0})))
|
notForTree <- c(notForTree,which(sapply(seq_along(calibrationPar),function(i){sd(results[,i])==0})))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user