Switching: Data: Switching

SwitchingR Documentation

Data: Switching

Description

A data frame containing 26 variables with 767 observations.

Usage

Switching

Format

An object of class data.frame with 767 rows and 26 columns.

Details

The data contains variables about the consumers’ intention to switch a service provider. It is also used in \insertCiteHenseler2021;textualcSEM for demonstration purposes, see the corresponding tutorial.

Source

The dataset is provided by Jörg Henseler.

References

\insertAllCited

Examples

#============================================================================
# Example is taken from Henseler (2021)
#============================================================================
model_Int <-"
# Measurement models
INV =~ INV1 + INV2 + INV3 +INV4
SAT =~ SAT1 + SAT2 + SAT3
INT =~ INT1 + INT2

# Structural model containing an interaction term.
INT ~ INV + SAT + INV.SAT
"

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


M-E-Steiner/cSEM documentation built on March 18, 2024, 12:18 p.m.