Running one model for two groups

Questions about the implementation and application of the PLS-SEM method, that are not related to the usage of the SmartPLS software.
Post Reply
Joel
PLS Junior User
Posts: 2
Joined: Fri Apr 07, 2017 8:46 am
Real name and title: Joel Rozencweig

Running one model for two groups

Post by Joel »

Hey everyone,

I’m currently writing my research paper and I’m new to SmartPLS and SEM in general. I hope some nice people here will be able to give me suggestions. My research is about smartphone brands and loyalty. You have below the model’s latent and measurement variables, as well as paths.

Code: Select all

LATENT VARIABLE:                 Corresponding measurement variables
SATISFACTION:                    SAT1 SAT2 SAT3 SAT4 SAT5
RELATIONSHIP COMMITMENT:         COM1 COM2 COM3 COM4 COM5
ACTIVE LOYALTY:                  ALO1 ALO2
PASSIVE LOYALTY:                 PLO1 PLO2 PLO3
CONSUMER RELATIONSHIP PRONENESS: CRP1 CRP2 CRP3
PRODUCT CATEGORY INVOLVEMENT:    PCI1 PCI2 PCI3
EXTRAVERSION:                    EX1 EX2 EX3 EX4
AGREEABLENESS:                   AG1 AG2 AG3 AG4
CONSCIENTIOUSNESS:               CO1 CO2 CO3 CO4
NEUROTICISM:                     NE1 NE2 NE3 NE4
OPENNESS:                        OP1 OP2 OP3 OP4

PATHS
SATISFACTION                    —> ACTIVE LOYALTY
SATISFACTION                    —> PASSIVE LOYALTY
SATISFACTION                    —> RELATIONSHIP COMMITMENT
RELATIONSHIP COMMITMENT         —> ACTIVE LOYALTY
RELATIONSHIP COMMITMENT         —> PASSIVE LOYALTY
CONSUMER RELATIONSHIP PRONENESS —> RELATIONSHIP COMMITMENT
PRODUCT CATEGORY INVOLVEMENT    —> CONSUMER RELATIONSHIP PRONENESS
EXTRAVERSION                    —> CONSUMER RELATIONSHIP PRONENESS
AGREEABLENESS                   —> CONSUMER RELATIONSHIP PRONENESS
CONSCIENTIOUSNESS               —> CONSUMER RELATIONSHIP PRONENESS
NEUROTICISM                     —> CONSUMER RELATIONSHIP PRONENESS
OPENNESS                        —> CONSUMER RELATIONSHIP PRONENESS
I followed the standard procedure:
  • I first looked at the individual reliability of each item, and many indicators of personality traits (e.g. NEUROTICISM, etc.) were below 0.55, so I removed them. As ALL the indicators of EXTRAVERSION were below 0.55, I removed the whole construct.
  • Then, I evaluated composite reliability, convergent validity and discriminant validity, and tests were positive.
  • I evaluated the structural model with bootstrap (500 samples) and found that 7 hypotheses could be validated (with at least p<0.05).
From now on I need your help.

I decided to split my data in two groups:
  • iOS users (146 cases)
  • Android users (88 cases)
My objective: I would like to know whether the model could be enhanced, and whether more hypotheses could be validated, by only looking at one group at the time.

What I did:
  • I looked at the individual reliability of each item, for each group separately. Surprisingly, for each group alone, the loadings were most of the time higher than for the two groups combined. For instance, when considering iOS users alone, I had 2 EXTRAVERSION items (EX1 and EX2) with loading above 0.55. When considering Android users alone … I also had 2 EXTRAVERSION items (EX1 and EX3) with loading above 0.55 !
  • I created a new path model for each group, and removed in each path model items with loadings below 0.55 (for instance, for the iOS path model I removed EX3 and EX4, and for the Android path model I removed EX2 and EX4).
  • Then, for path model, I evaluated composite reliability, convergent validity and discriminant validity only by looking at the group’s data. Tests were positive.
  • I evaluated each structural model with bootstrap (500 samples). Surprisingly again, for the iOS users group, 8 hypotheses could be validated (with at least p<0.05) and for the Android users group, 8 different hypotheses could be validated (with at least p<0.05). I give you the results at the end.
Could you give me your opinion and suggestions the procedure I followed? In other words, is it statistically valid to proceed in that way?

Code: Select all

PATH                                                                  ALL     IOS     ANDROID (p-value)
SATISFACTION                    —> ACTIVE LOYALTY                     0,000*  0,000*  0,000*
SATISFACTION                    —> PASSIVE LOYALTY                    0,032*  0,000*  0,043*
SATISFACTION                    —> RELATIONSHIP COMMITMENT            0,000*  0,000*  0,000*
RELATIONSHIP COMMITMENT         —> ACTIVE LOYALTY                     0,147   0,378   0,033*
RELATIONSHIP COMMITMENT         —> PASSIVE LOYALTY                    0,000*  0,000*  0,000*
CONSUMER RELATIONSHIP PRONENESS —> RELATIONSHIP COMMITMENT            0,000*  0,000*  0,000*
PRODUCT CATEGORY INVOLVEMENT    —> CONSUMER RELATIONSHIP PRONENESS    0,000*  0,000*  0,052
EXTRAVERSION                    —> CONSUMER RELATIONSHIP PRONENESS    N/A     0,006*  0,056
AGREEABLENESS                   —> CONSUMER RELATIONSHIP PRONENESS    0,064   0,396   0,001*
CONSCIENTIOUSNESS               —> CONSUMER RELATIONSHIP PRONENESS    0,000*  0,003*  0,008*
NEUROTICISM                     —> CONSUMER RELATIONSHIP PRONENESS    0,153   0,168   0,135
OPENNESS                        —> CONSUMER RELATIONSHIP PRONENESS    0,243   0,283   0,235
*p<0.05
User avatar
cringle
SmartPLS Developer
Posts: 818
Joined: Tue Sep 20, 2005 9:13 am
Real name and title: Prof. Dr. Christian M. Ringle
Location: Hamburg (Germany)
Contact:

Re: Running one model for two groups

Post by cringle »

Sounds quite good.

Here is an intro video on the PLS multigroup analysis: https://www.youtube.com/channel/UCW4GA7 ... sCgSDLuo1Q

I would combine it with an IPMA!

Here are some papter that you my find useful:

Ringle, C.M. and Sarstedt, M. (2016), "Gain More Insight from Your PLS-SEM Results: The Importance-Performance Map Analysis," Industrial Management & Data Systems, 116, 1865-1886.

Sarstedt, M., Henseler, J. and Ringle, C.M. (2011), "Multi-Group Analysis in Partial Least Squares (PLS) Path Modeling: Alternative Methods and Empirical Results," in Advances in International Marketing, Volume 22, eds. M. Sarstedt, M. Schwaiger and C.R. Taylor, Bingley: Emerald, pp. 195-218.

Schloderer, M.P., Sarstedt, M. and Ringle, C.M. (2014), "The Relevance of Reputation in the Nonprofit Sector: The Moderating Effect of Socio-Demographic Characteristics," International Journal of Nonprofit and Voluntary Sector Marketing, 19, 110-126.

Völckner, F., Sattler, H., Hennig-Thurau, T. and Ringle, C.M. (2010), "The Role of Parent Brand Quality for Service Brand Extension Success," Journal of Service Research, 13, 359-361.
Joel
PLS Junior User
Posts: 2
Joined: Fri Apr 07, 2017 8:46 am
Real name and title: Joel Rozencweig

Re: Running one model for two groups

Post by Joel »

Thank you very much for your response
Post Reply