Learn R Programming

MRPC (version 3.1.0)

mpinv: 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

Examples

Run this code
# NOT RUN {
Inversematrix <- mpinv(simu_data_M0)
# }

Run the code above in your browser using DataLab