Learn R Programming

simsem (version 0.4-6)

SimVector-class: Vector object: Random parameters vector

Description

This object can be used to represent a vector in SEM model. It contains free parameters, fixed values, starting values, and model misspecification. This object can be represented mean, intercept, or variance vectors.

Arguments

Objects from the Class

This object is created by bind function.

See Also

SimMatrix for random parameter matrix

Examples

Run this code
showClass("SimVector")

factor.mean <- rep(NA, 2)
factor.mean.starting <- c(5, 2)
AL <- bind(factor.mean, factor.mean.starting)
rawDraw(AL)
summary(AL)
summaryShort(AL)

Run the code above in your browser using DataLab