You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scca <- scca_compute(carnivora, decomp = 'svds')
Error in fun(A, k, nu, nv, opts, mattype = "dgCMatrix") :
nrow(A) and ncol(A) should be at least 3
In addition: Warning messages:
1: In fun(A, k, nu, nv, opts, mattype = "dgCMatrix") :
all singular values are requested, svd() is used instead
2: In fun(A, k, nu, nv, opts, mattype = "dgCMatrix") :
all singular values are requested, svd() is used instead
The text was updated successfully, but these errors were encountered:
scca <- scca_compute(carnivora, decomp = 'svds')
Error in fun(A, k, nu, nv, opts, mattype = "dgCMatrix") :
nrow(A) and ncol(A) should be at least 3
In addition: Warning messages:
1: In fun(A, k, nu, nv, opts, mattype = "dgCMatrix") :
all singular values are requested, svd() is used instead
2: In fun(A, k, nu, nv, opts, mattype = "dgCMatrix") :
all singular values are requested, svd() is used instead
The text was updated successfully, but these errors were encountered: