Learn R Programming

mbclusterwise (version 1.0)

simdata.red: Simulated toy data with two groups to test the mbclusterwise package

Description

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.

Usage

data(simdata.red)

Arguments

Format

A data frame of simulated data with 40 observations on the following 14 variables.

References

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.

Examples

Run this code
  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]  

Run the code above in your browser using DataLab