Last chance! 50% off unlimited learning
Sale ends in
W2(D2, H2, V, det=FALSE)
FALSE
meaning to return the
matrix, and TRUE
meaning to return its determinant onlydet
to
TRUE
is faster than using det(W2(...,det=FALSE))
, as the
former avoids an unnecessary use of solve()
.V.fun
data(toys)
W2(D2=D2.toy, H2=H2.toy, V=V.toy)
Run the code above in your browser using DataLab