Skip to content

Commit

Permalink
method wapls2 is deprecated!
Browse files Browse the repository at this point in the history
  • Loading branch information
l-ramirez-lopez committed Feb 10, 2016
1 parent 8ef2005 commit 2d88af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/mbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -1523,8 +1523,7 @@ plsCv <- function(x, y, ncomp,
mrspi[,jj]<- idxs[!idxs %in% strs]

}
}else
{
}else{
ygr <- data.frame(y, grp = as.factor(as.character(group)), order.orig = 1:length(y))
lvls <- levels(ygr$grp)
nlv <- nlevels(ygr$grp)
Expand Down

0 comments on commit 2d88af5

Please sign in to comment.