minor | R Documentation |
Function to do compute the minor of a matrix defined by row r and column c.
minor(x, r, c)
x |
The input matrix |
r |
The row number |
c |
The column number |
The appropriate ‘minor’ matrix defined from the input matrix.
This function is needed by the cofactor function.
Prof. H. D. Vinod, Economics Dept., Fordham University, NY
## Not run:
x=matrix(1:20,ncol=4)
minor(x,1,2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.