rcpp_RAMmult {regsem} | R Documentation |
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, Fmat, 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. |
Fmat |
Fmat matrix. |
I |
Diagonal matrix of ones. |
[Package regsem version 1.9.5 Index]