Skip to content

Commit

Permalink
ploblem with log
Browse files Browse the repository at this point in the history
  • Loading branch information
sestelo committed Oct 27, 2017
1 parent 8e2523c commit d648d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/allotest.R
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ allotest <- function(formula, data = data, na.action = "na.omit",
for (i in etiquetas) {
yy <- data[, 1][f == i]
xx <- data[, 2][f == i]
yy[yy == 0] <- 0.0001
xx[xx == 0] <- 0.0001
n <- length(xx)
w <- rep(1, n)

Expand Down

0 comments on commit d648d65

Please sign in to comment.