I try to run the cbind function as follows:
reg<-lm(cbind(variable1,variable2,variable3,variable4,variable5,variable6)~kmeans,data=dataset)
and it works.
But, consider this structure:
vars<-names(dataset)[1:6]
vars
#[1] "v...
asked by
10.10.2018 / 00:17