Helper function to substract matrix from identity matrix and take inverse.
This function can be used to more easilly compute I - X or (I - X)^(-1), which are common in SEM models.
Imin(x, inverse = FALSE)
x |
A matrix |
inverse |
Logical, should the inverse be taken? |
Sacha Epskamp <mail@sachaepskamp.com>
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.