Skip to content

Commit

Permalink
Update Allfuncs.R
Browse files Browse the repository at this point in the history
  • Loading branch information
wgmao authored Jul 16, 2019
1 parent 3fa0c31 commit 5665ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Allfuncs.R
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ PLIER=function(data, priorMat,svdres=NULL, k=NULL, L1=NULL, L2=NULL, L3=NULL, f
message("using random start")
set.seed(rseed)
B=t(apply(B, 1, sample))
Z=t(apply(Z,2,sample))
Z=apply(Z,2,sample)
}


Expand Down

0 comments on commit 5665ccb

Please sign in to comment.