Learn R Programming

stremo (version 0.2)

II: Identity matrix

Description

Identity matrix of a lavaanified model with same dimensions as BETA(model).

Usage

II(model)

Arguments

model
A lavaanified model.

Value

An identity matrix.

Examples

Run this code
data(albert)
tmp <- lvnfy(albert.model, data = albert.litho.cov, n = 107)
II(tmp)

Run the code above in your browser using DataLab