Description Usage Arguments Details Value Examples
Returns a vector with elements TRUE/FALSE identifying which rows contain NA elements.
1 | na.row(mat)
|
mat |
a matrix object. |
This function is used in the unstacking of residuals into a residual matrix and replacing NAs where they were previously present.
na.row
returns a vector of length equal to the number of rows in mat
. Each element is either TRUE or FALSE.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.