mpinv: Calculate the inverse matrix

View source: R/mpinv.r

mpinvR 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)

audreyqyfu/mrpc2 documentation built on April 17, 2022, 7:36 a.m.