X=read.table(commandArgs(3)) m=lm(V6~.^2,data=X) summary(m)