View source: R/remove-redundancy.r
remove_redundancy | R Documentation |
Removes redundant rows of configuration matric and corresponding entries in observed data
remove_redundancy(A, y)
A |
Configuration matrix |
y |
Vector of observed data. Should be of length nrow(A) |
A list with components A and y, respectively the configuration matrix and data vector with redundant rows removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.