Sir,
I want to export the whole result generated by lda function.I have used the
following R-code.But, it is not working.Can you help me?
a<-lda(y~.,data=data)
write.table(a,file="G:/a.csv",sep=",")
Regards,
Suman Dhara
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.