mpinv {MRPC} | R Documentation |
Calculate the inverse matrix
Description
This function calculates the inverse of the non-square matrix as part of the calculation of the robust correlation matrix.
Usage
mpinv(X)
Arguments
X |
Data Matrix |
Value
Matrix
Author(s)
Md Bahadur Badsha (mbbadshar@gmail.com)
Examples
Inversematrix <- mpinv(simu_data_M0)
[Package MRPC version 3.1.0 Index]