What is the formula for finding the determinant of a 2 x 2 matrix?
ad-bc
How do you find the determinant of a square matrix that is larger than 3 x 3?
Note: Step 3 can be broken down into two steps if you want to be more specific (the minor step, and then the (-1)i+j step).
How do you calculate the inverse of a matrix?
Just remember, My Cat Does Tricks:
Matrix of Minors - create a matrix that is the same size as the matrix you want the inverse of, with each cell consisting of minors (these minors were calculated by finding the determinant of each submatrix formed by deleting one row and one column of the larger matrix)
Matrix of Cofactors - create a similarly sized matrix consisting of the cofactors of the larger matrix
Determinant Division - divide the previous matrix by the determinant of the larger matrix
Transpose - transpose the previous matrix
What is the formula for converting an eigenvector to a normalized eigenvector?
ei= xi/ √(x’x)
How do you formulate the SVD of a matrix?

What is the matrix equation for latent variables in the general SEM model?
What are the equations for the measurement model in the general SEM model?
What is the fundamental equation for SEM with observed variables?
y = Βy + Γx + ζ
Note the following as well:
y= η
x = ξ
What are some of the “cardinal sins” of SEM?
What is the difference between a relative/incremental fit indice and an absolute fit indice?
Relative fit indices compare a chi-square for the model tested to one from a so-called null model (also called a “baseline” or “independence” model). The null model is a model in which all measured variables are uncorrelated (there are no latent variables) - which should have very poor fit. Relative fit indices are analogous to R2.
Absolute fit indices do not use an alternative model as a base for comparison - they are just derived from the fit of the obtained and implied covariance matrices and the estimation function. These measures are really a “badness” of fit index in that bigger is worse.
What are some examples of absolute fit indices, and what cutoffs are associated with different qualities of fit?
Examples
Cut-offs
What are some examples of relative fit indices, and what cutoffs are associated with different qualities of fit?
Examples
Cut-offs
What are some problems with using modification indices (MIs)?
When can you multiply two matrices and how do you know what size your resulting matrix will be?
When?
Size of resulting matrix?
What is the formula for finding the determinant of a 3 x 3 matrix?
aei + dhc + gfb - (ceg + fha + idb)
What is the purpose of calculating the Singular Decomposition Value (SVD) of a matrix?
It is a data reduction technique that can helps us reduce the data down to “x” unique pieces of information. This technique not only reduces the data to a more easily digested format, but it also indicates how important each piece of information is towards predicting future similar data.
How is general SEM different from SEM with observed variables and confirmatory factor analysis (CFA)?
General SEM contains both measurement models AND a path model (this path model connects the various measurement models). That is, SEM with observed variables and CFA are both special cases of the general model. Thus, it provides researchers with the ability to both assess how well their measures relate to their proposed latent constructs (via a linear function to the construct and the error of the measure) and whether there are causal relationships among said latent constructs.
Bulleted answer
General SEM models contain:
How is SEM with observed variables different from general SEM and CFA?
How is CFA different from general SEM and SEM with observed variables?