isEmptySV | R Documentation |
Is the Surrogate Variable (SV) matrix empty
isEmptySV(sv)
sv |
A surrogate variable (SV) matrix returned by |
TRUE
if no valid SV was estimated; otherwise FALSE
.
isEmptySV(matrix(0, 1,1))
isEmptySV(matrix(rnorm(5), nrow=5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.