## example of rebus analysis with simulated data
data(sim.data)
## First compute GLOBAL model
sim.inner <- matrix(c(0,0,0,0,0,0,1,1,0),3,3,byrow=TRUE)
dimnames(sim.inner) <- list(c("Price","Quality","Satisfaction"),
c("Price","Quality","Satisfaction"))
sim.outer <- list(c(1,2,3,4,5),c(6,7,8,9,10),c(11,12,13))
sim.mod <- c("A","A","A") ## reflective indicators
sim.global <- plspm(sim.data, inner=sim.inner,
outer=sim.outer, modes=sim.mod)
sim.global
## Then compute cluster analysis on the residuals of global model
sim.res.clus <- res.clus(sim.global)
Run the code above in your browser using DataLab