View source: R/cov_help_funcs.R
is_sparse | R Documentation |
Performs a sparsity check on a data matrix.
is_sparse(mat)
mat |
an nxp data matrix. |
a logical, indicating whether the matrix is sparse (TRUE) or not (FALSE).
data(rets_m)
sparse_check <- is_sparse(rets_m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.