[R] simple linear regression

2014-02-12 Thread frankreynolds
okay so how do you run a simple linear regression, obtain the summary of that, and then put it in an object? -- View this message in context: http://r.789695.n4.nabble.com/simple-linear-regression-tp4685213.html Sent from the R help mailing list archive at Nabble.com. _

[R] mean help?

2014-02-12 Thread frankreynolds
Hey everyone, I need help getting the mean, standard deviation, median, etc. I'm just not sure how to write those codes in r and if someone could also help me out with the table command that would be great too. same issue just not really sure how to write it out. thanks for your time everyone!

[R] r noobie, reading my text file into r

2014-02-06 Thread frankreynolds
Hi everyone, this is my first time using r and I think I'm overlooking something small and I just need some help seeing it. I have a file in notepad that I need to read into r. > ceosalary<-read.table(file="C:/Users/mz106_010/Desktop/ceosalary.csv",header > = TRUE,sep="\t") Error in file(file, "rt"