Example: barber

semPLS: Structural Equation Modeling Using Partial Least ...

SemPLS: Structural Equation Modeling UsingPartial Least SquaresArmin MoneckeLudwig Maximilians Universit atM unchenFriedrich LeischUniversit at f ur BodenkulturWienAbstractThis introduction to theRpackagesemPLSis a (slightly) modified version ofMoneckeand Leisch(2012), published in theJournal of Statistical Equation models (SEM) are very popular in many disciplines. The par-tial Least squares (PLS) approach to SEM offers an alternative to covariancebased SEM,which is especially suited for situations when data is not normally distributed. PLS pathmodelling is referred to assoft Modeling techniquewith minimum demands regardingmeasurement scales, sample sizes and residual distributions. ThesemPLSpackage pro-vides the capability to estimate PLS path models within theRprogramming setups for the estimation of factor scores can be used.

This introduction to the Rpackage semPLSis a (slightly) modified version of Monecke and Leisch (2012), published in the Journal of Statistical Software. Structural equation models (SEM) are very popular in many disciplines.

Tags:

  Introduction, Using, Modeling, Structural, Equations, Partial, Mlsep, Structural equation, Structural equation modeling using partial

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of semPLS: Structural Equation Modeling Using Partial Least ...

1 SemPLS: Structural Equation Modeling UsingPartial Least SquaresArmin MoneckeLudwig Maximilians Universit atM unchenFriedrich LeischUniversit at f ur BodenkulturWienAbstractThis introduction to theRpackagesemPLSis a (slightly) modified version ofMoneckeand Leisch(2012), published in theJournal of Statistical Equation models (SEM) are very popular in many disciplines. The par-tial Least squares (PLS) approach to SEM offers an alternative to covariancebased SEM,which is especially suited for situations when data is not normally distributed. PLS pathmodelling is referred to assoft Modeling techniquewith minimum demands regardingmeasurement scales, sample sizes and residual distributions. ThesemPLSpackage pro-vides the capability to estimate PLS path models within theRprogramming setups for the estimation of factor scores can be used.

2 Furthermore it containsmodular methods for computation of bootstrap confidence intervals, model parametersand several quality indices. Various plot functions help to evaluate the model. The wellknown mobile phone dataset from marketing research is used to demonstrate the featuresof the : Structural Equation model, path model, Partial Least squares, IntroductionWithin the academic literature of many fields,Rigdon(1998) remarks, Structural equationmodeling (SEM) has taken up a prominent role. Whenever researchers deal with relationsbetween constructs such as satisfaction, role ambiguity, or attitude,SEM is likely to be themethodology of choice. Since SEM is designed for working with multiple related equationssimultaneously, it offers a number of advantages over some more familiar methods and there-fore provides a general framework for linear Modeling .

3 SEM allows great flexibility on howthe equations are specified. The development of an evocative graphical language (McArdle1980;McArdle and McDonald 1984) has accompanied the development of SEM as a statisticalmethod. Due to this language, complex relationships can be presentedin a convenient andpowerful way to others not familiar with Partial Least squares approach to SEM (or PLS path Modeling ), originallydeveloped byWold(1966,1982,1985) andLohm oller(1989), offers an alternative to the more prominentcovariance-based (CBSEM,J oreskog 1978). Whereas CBSEM estimates model parametersso that the discrepancy between the estimated and sample covariancematrices is minimized,in PLS path models the explained variance of the endogenous latent variables is maximizedby estimating Partial model relationships in an iterative sequenceof ordinary Least squares2semPLS: Structural Equation Modeling Using Partial Least Squares(OLS) regressions ( ,Hair, Ringle, and Sarstedt 2011b).

4 It is worth mentioning that in PLSpath Modeling latent variable (LV) scores are estimated as exact linear combinations of theirassociated manifest variables (MVs) and treats them as error free substitutes for the manifestvariables. Whereas CBSEM requiresharddistributional assumptions, PLS path Modeling isasoft- Modeling -techniquewith less rigid distributional assumptions on the data. At this pointit should be mentioned, that PLS path Modeling is not to be confused with PLS toChin(1998) it can be argued, that depending on the researcher s objectives andepimistic view of data to theory, properties of the data at hand or levelof theoretical know-ledge and measurement development, PLS path Modeling is more suitable.

5 Additionally, greatinterest in applying PLS path models has been stimulated by the increasing need in model-ing so called formative constructs, especially in marketing and management/organizationalresearch ( ,Diamantopoulos and Winklhofer 2001;Jarvis, MacKenzie, and Podsakoff 2003;MacKenzie, Podsakoff, and Jarvis 2005). The application of PLS path models in marketingis discussed in depth byHenseler, Ringle, and Sinkovics(2009) andHair, Sarstedt, Ringle,and Mena(2011a). For a related discussion in the field of management information systems,seeRingle, Sarstedt, and Straub(2012).ThesemPLSis a package for Structural Equation Modeling (SEM) with Partial Least squares(PLS) inR(RDevelopment Core Team 2012).

6 It is available from the ComprehensiveRArchive Network One of the major designgoals is to provide a comprehensive open-source reference implementation. The package offers modular methods for model fitting, calculation of quality indices, etc., plotting features for better understanding of the multivariate model data, a convenient user interface for specifying, manipulating, importing and exporting modelspecifications, and an easily extensible the package there are two central methods. The first isplsmwhich is used to createvalid model specifications. The second issemplswhich fits the model, specified scores can be estimated by Using three different weighting schemes: centroid, factorialand path weighting.

7 For the calculation of the outer weights, correlations can be calculatedby Using Pearson-correlations for continuous data or Spearman- or Kendall-correlations whenthe scale of the data has rather ordinal character. If the data contains missing values it ispossible to use pairwise correlations to compute outer weights. In addition to the estimatedfactor scores and outer weights,semplscomputes loadings, path coefficients and total effects,as those are the parameters of interest. For the outer loadings/weights and path coefficientsdifferent types of bootstrap confidence intervals and standard errors are available. Calcu-lation of quality indices (R2,Q2, Dillon-Goldstein s , etc.) is done via specific path models specified withplsmcan be easily manipulated by a variety of utility meth-ods.

8 Models specified inSmartPLScan be imported. Several plot types ( pairs plotsof MV blocks, convergence diagnostic of outer weights, kernel densityestimates of residu-als/bootstrap parameters, parallel coordinates of bootstrap parameters, etc.) support theresearcher in evaluating their models. Finally a graphical representation of the model includ-ing outer loadings and path coefficients can be written to a DOT file which can be renderedand plotted bydot(Gansner, Koutsofios, and North 2006), a layout program contained inArmin Monecke, Friedrich Leisch3 Graphviz(AT&T Research 2009).Graphvizis an open-source graph visualization it is intended to also estimate the model by the covariance-based approach (CBSEM),the model can be exported to an object of classsemmodand fitted withsem(Fox 2006;Fox,Nie, and Byrnes 2012), see the development process of thesemPLSpackage we checked the results for model para-meters against those obtained by a list of other PLS path Modeling software.

9 This list in-cludesSmartPLS(Ringle, Wende, and Will 2005),XLSTAT-PLSPM(Esposito Vinzi, Fahmy,Chatelin, and Tenenhaus 2007, in cooperation with Addinsoft France, ) and theplspmpackage (Sanchez and Trinchera2012). Note, thatSmartPLSandXLSTAT-PLSPMare closed source andplspmis licensedunder the General Public License (GPL 2). All differences in model parameters due to theused software were in line with the predefined tolerance for the outer :SmartPLSis a stand alone software specialized for PLS path models. It is builton aJavaEclipseplatform making it operating system independent. The model isspecified via drag & drop by drawing the Structural model for the latent variables andby assigning the indicators to the latent variables.

10 Data files of variousformats can beloaded. After fitting a model, coefficients are added to the plot. More detailed output isprovided in plain text, LATEX and HTML format. The graph representing the model canbe exported to PNG. Besides bootstrapping and blindfolding methods it supports thespecification of interaction effects. A special feature ofSmartPLSis the finite mixtureroutine (FIMIX), a method to deal with unobserved heterogeneity ( ,Ringle, Wende,and Will 2010;Sarstedt and Ringle 2010;Sarstedt, Becker, M., and Schwaiger 2011).XLSTAT-PLSPM:XLSTAT(Addinsoft 2011) is a modular statistical software relying on Mi-crosoftExcelfor the input of data and the display of results, but the computationsare done Using autonomous software integrated inXLSTAT as a module for the estimation of PLS path models.


Related search queries