Table of Contents Data Input Creating Matrices and Vectors Operations Using Matrices
Made for Jonathan Butner’s Structural Equation Modeling Class, Fall 2017, University of Utah. This handout begins by showing how to import a matrix into R. Then, we go through how to create matrices and vectors in R as well as perform a few matrix algebra operations, such as transposing and inversing matrices.
Table of Contents Data Input and Cleaning Create and Export a Correlation Matrix Multiple Regression Using Multiple Regression to show how coefficients are a function of residuals
Made for Jonathan Butner’s Structural Equation Modeling (SEM) Class, Fall 2017, University of Utah. This handout begins by showing how to import data into R. Then, correlation matrices are generated, followed by a two predictor regression analysis.