Rdocumentation
powered by
Learn R Programming
regsem (version 0.1.2)
rcpp_RAMmult: Take RAM matrices, multiplies, and returns Implied Covariance matrix.
Description
Take RAM matrices, multiplies, and returns Implied Covariance matrix.
Usage
rcpp_RAMmult(par, A, S, S_fixed, A_fixed, A_est, S_est, F, I)
Arguments
par
parameter estimates.
A
A matrix with parameter labels.
S
S matrix with parameter labels.
S_fixed
S matrix with fixed indicators.
A_fixed
A matrix with fixed indicators.
A_est
A matrix with parameter estimates.
S_est
S matrix with parameter estimates.
F
F matrix.
I
Diagonal matrix of ones.