Closed jianhaizhang closed 2 years ago
In extractMat.R line 19, should as.matrix(t(Y)) be t(as.matrix(t(Y)))?
as.matrix(t(Y))
t(as.matrix(t(Y)))
This could be the reason. We will take a note of this for the next update.
In extractMat.R line 19, should
as.matrix(t(Y))
bet(as.matrix(t(Y)))
?