cSEM (version 0.2.0)

LancelotMiltgenetal2016: Data: LancelotMiltgenetal2016

Description

A data frame containing 10 variables with 1090 observations.

Usage

LancelotMiltgenetal2016

Arguments

Format

An object of class data.frame with 1090 rows and 11 columns.

Details

The data was analysed by Lancelot-Miltgen2016;textualcSEM to study young consumers<U+2019> adoption intentions of a location tracker technology in the light of privacy concerns. It is also used in Henseler2020;textualcSEM for demonstration purposes (Tutorial 9).

References

Examples

Run this code
# NOT RUN {
#============================================================================
# Example is taken from Henseler (2020)
#============================================================================
model_Med <- "
# Reflective measurement model
Trust =~ trust1 + trust2
PrCon =~ privcon1 + privcon2 + privcon3 + privcon4
Risk  =~ risk1 + risk2 + risk3
Int   =~ intent1 + intent2

# Structural model
Int   ~ Trust + PrCon + Risk
Risk  ~ Trust + PrCon
Trust ~ PrCon
"

out <- csem(.data = LancelotMiltgenetal2016, .model = model_Med,
            .PLS_weight_scheme_inner = 'factorial',
            .tolerance = 1e-06
)

# }

Run the code above in your browser using DataLab