Can I perform Principal component analysis on SPSS and then move to Smartpls to test hypotheses? (Higher and lower order constructs are all reflective).
Yes, it is possible to perform Principal Component Analysis (PCA) in SPSS and then use the results in SmartPLS for hypothesis testing. Here's a general overview of the process:
Conduct Principal Component Analysis (PCA) in SPSS: In SPSS, you can perform PCA to reduce the dimensionality of your data and identify underlying components. This analysis will help you understand the structure and relationships among variables. SPSS provides a step-by-step procedure to perform PCA, including selecting variables, extracting components, and interpreting the results.
Extract PCA results: After conducting PCA in SPSS, you will obtain outputs such as component loadings and eigenvalues. These results indicate the contribution of each variable to the identified components. You can export these results from SPSS to be used in subsequent analyses.
Import PCA results into SmartPLS: SmartPLS is a software commonly used for Structural Equation Modeling (SEM). In SmartPLS, you can import the PCA results obtained from SPSS. Typically, you would import the component loadings and eigenvalues obtained from the PCA analysis.
Construct the measurement model in SmartPLS: In SmartPLS, you would specify the measurement model using the imported component loadings. This involves defining the latent constructs, assigning indicators to each construct, and specifying the relationships between indicators and constructs based on the PCA results.
Test hypotheses using SmartPLS: Once the measurement model is constructed, you can proceed to test your hypotheses using SmartPLS. This involves analyzing the relationships between constructs, assessing model fit, and examining the significance of the paths in the structural model.
It's important to note that while PCA is a dimensionality reduction technique, it is not a direct test of hypotheses. SmartPLS, on the other hand, allows for testing hypotheses using SEM techniques. By combining the results of PCA with SmartPLS, you can leverage the dimensionality reduction insights from PCA and then conduct hypothesis testing using the SEM framework in SmartPLS.
Remember to consult the user guides and tutorials of both SPSS and SmartPLS for detailed instructions on conducting PCA and performing hypothesis testing in each software package.
Please note that PCA (principal component analysis) presumes that: (a) all observed variance is common variance, which implies: (b) no error or variable-specific variance exists. These are very different perspectives on reality than those of common factor analysis.
As a result, unless your number of variables being analyzed is large, PCA is likely to yield loading estimates that are biased upward from what common factor analysis would yield. Why is this important? Because two people analyzing the same data set, one via PCA and one via common factor analysis, could well come up with different interpretations of factor structure and identification of salient vs. non-salient variable-factor affiliations.
Thanks Dr. Morse. The PCA is made to investigate the factor structure for each construct separately. Does this make a difference? If not, can I do EFA using principal axis factoring with promax rotation on SPSS as a substitute for PCA? Thanks alot
Almost any set of measures involving human responses would be better treated via common factor analysis than PCA.
When you're starting off with possible indicators, it is ok to evaluate proposed factors individually. However, unless you simultaneously evaluated the multi-factor model, you'll have no evidence for convergent validity (across factors which ought to be correlated, by your framework) or discriminant validity (across factors which ought to have little or no correlation, according to your framework).
So, even in EFA, evaluating multiple factors (and using some sort of oblique rotation, such as promax), is a better way to go. And yes, principal axis factoring is fine. Note that, were you using covariance-based method for your confirmatory work, maximum likelihood extraction would make more sense.