search for: unabh

Displaying 1 result from an estimated 1 matches for "unabh".

Did you mean: unabl
2008 Jan 14
0
clusterwise regression from fpc (fixed point clustering) package
...5____5__3___4__4___11____1__2___1__2___1 when i run a linear reg for cluster one - explaining dep on i1-i4 he uses almost only i1 for explaining dep with 100% explained variance but often the model is insignificant and it is not a kind of cluster i am looking for) this is my code: library(fpc)unabh <- read.table("G:/Data_Files/SPSS Files/unabh.csv", sep=";", header=TRUE)abh <- read.table("G:/Data_Files/SPSS Files/abh.csv", sep=";", header=TRUE)m <- as.matrix(unabh)attach(abh)rmt1 <- regmix(m, VVV, ir=1, nclus=1:2,icrit=1.e-5, minsig=1.e-6, w...