Closed mfasiolo closed 8 years ago
This code gives and error
`x <- rnorm(1e2) y <- x^2 + rnorm(1e2) qgam(y~x, qu = 0.5, data = data.frame("x" = x, "y" = y))
Error in if (sum(fix.ind)) { : argument is not interpretable as logical `
Fixed here 157a77d801f29fd0a836bb4dbb4a8f8e5d9e2175
This code gives and error
`x <- rnorm(1e2) y <- x^2 + rnorm(1e2) qgam(y~x, qu = 0.5, data = data.frame("x" = x, "y" = y))
Error in if (sum(fix.ind)) { : argument is not interpretable as logical `