Description Usage Format References Examples
This data frame is a toy example with a limited number of observations extracted from the data simdata given in the plspm package. These are simulated data organized in two clusters showing two different local regression models.
1 |
A data frame of simulated data with 40 observations on the following 14 variables.
mv1first variable of the block Price Fairness (X_1)
mv2second variable of the block Price Fairness (X_1)
mv3third variable of the block Price Fairness (X_1)
mv4fourth variable of the block Price Fairness (X_1)
mv5fifth variable of the block Price Fairness (X_1)
mv6first variable of the block Quality (X_2)
mv7second variable of the block Quality (X_2)
mv8third variable of the block Quality (X_2)
mv9fourth variable of the block Quality (X_2)
mv10fifth variable of the block Quality (X_2)
mv11first variable of the block Customer Satisfaction (Y)
mv12second variable of the block Customer Satisfaction (Y)
mv13third variable of the block Customer Satisfaction (Y)
Esposito Vinzi, V., Ringle, C., Squillacciotti, S. and Trinchera, L. (2007) Capturing and treating unobserved heterogeneity by response based segmentation in PLS path modeling. A comparison of alternative methods by computational experiments. Working paper, ESSEC Business School.
1 2 3 4 | data(simdata.red)
simdata.red
Data.X <- simdata.red[c(1:15, 21:35), 1:10]
Data.Y <- simdata.red[c(1:15, 21:35), 11:13]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.