search for: refine6

Displaying 1 result from an estimated 1 matches for "refine6".

Did you mean: refined
2010 May 06
2
Problem with nested functions - functions nested too deeply in source code
...refine5 <- function(M, A, B, p_A, p_B, FAIL, elim, i, j, k, sc, h, lst, x){ #print("refine 5") j <- 1 sc <- vector(mode = "numeric", length = p_B) for (l in 1:p_B){ sc[l] <- 0 } sc[1] <- 1 refine6(M, A, B, p_A, p_B, FAIL, elim, i, j, k, sc, h, lst, x) } refine6 <- function(M, A, B, p_A, p_B, FAIL, elim, i, j, k, sc, h, lst, x){ #print("refine 6") if (1 %in% collation(M[i,], sc) == FALSE){ refine9(M, A, B, p_A, p_B, FAIL, elim, i, j, k, sc, h,...