Imin: Helper function to substract matrix from identity matrix and...

View source: R/Imin.R

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>


semPlot documentation built on Aug. 10, 2022, 9:06 a.m.