A data frame containing 22 variables with 305 observations.
BergamiBagozzi2000
An object of class data.frame
with 305 rows and 22 columns.
The dataset contains 22 variables and originates from a larger survey among South Korean employees conducted and reported by Bergami2000;textualcSEM. It is also used in Hwang2014;textualcSEM and Henseler2020;textualcSEM for demonstration purposes, see the corresponding tutorial.
# NOT RUN {
#============================================================================
# Example is taken from Henseler (2020)
#============================================================================
model_Bergami_Bagozzi="
# Measurement models
OrgPres =~ cei1 + cei2 + cei3 + cei4 + cei5 + cei6 + cei7 + cei8
OrgIden =~ ma1 + ma2 + ma3 + ma4 + ma5 + ma6
AffLove =~ orgcmt1 + orgcmt2 + orgcmt3 + orgcmt7
AffJoy =~ orgcmt5 + orgcmt8
Gender <~ gender
# Structural model
OrgIden ~ OrgPres
AffLove ~ OrgPres + OrgIden + Gender
AffJoy ~ OrgPres + OrgIden + Gender
"
out <- csem(.data = BergamiBagozzi2000, .model = model_Bergami_Bagozzi,
.PLS_weight_scheme_inner = 'factorial',
.tolerance = 1e-06
)
# }
Run the code above in your browser using DataLab