Last data update: 2014.03.03

R: Helper function to substract matrix from identity matrix and...
IminR Documentation

Helper function to substract matrix from identity matrix and take inverse.

Description

This function can be used to more easilly compute I - X or (I - X)^(-1), which are common in SEM models.

Usage

Imin(x, inverse = FALSE)

Arguments

x

A matrix

inverse

Logical, should the inverse be taken?

Author(s)

Sacha Epskamp <mail@sachaepskamp.com>

Results