Skip to content

Commit

Permalink
DeBUG taxa index and GTindex
Browse files Browse the repository at this point in the history
  • Loading branch information
jiabowang committed Apr 27, 2024
1 parent 6fd7265 commit 4e8702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GAPIT.EMMAxP3D.R
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@
beta.N=as.numeric(beta)[c(1:(1+CV.Extragenetic))]
BLUE.N=XCVN%*%beta.N
BLUE.I=rep(0,length(BLUE.N))
if(if(ncol(XCV)>1))BLUE.I=XCVI%*%beta.I
if(ncol(XCV)>1)BLUE.I=XCVI%*%beta.I
#Interception only
# if(length(beta)==1)XCV=X
BLUE=cbind(BLUE.N,BLUE.I)
Expand Down

0 comments on commit 4e8702e

Please sign in to comment.