rcpp_RAMmult function

Take RAM matrices, multiplies, and returns Implied Covariance matrix.

Take RAM matrices, multiplies, and returns Implied Covariance matrix.

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.
  • Maintainer: Ross Jacobucci
  • License: GPL (>= 2)
  • Last published: 2023-06-02