Learn R Programming

MRPC (version 2.0.0)

mpinv: Function of Calculate Inverse Matrix

Description

Calculate inverse of the matrix, when the matrix is not square. This function is used to calculate the robust correlation matrix.

Usage

mpinv(X)

Arguments

X

Data Matrix

Value

Matrix

Examples

Run this code
# NOT RUN {
Inversematrix <- mpinv(simu.data_M0)
# }

Run the code above in your browser using DataLab