[R] Kevin Long wants to stay in touch on LinkedIn

2010-11-14 Thread Kevin Long
LinkedIn I'd like to add you to my professional network on LinkedIn. - Kevin Long Kevin Long Environmental Scientist at WorleyParsons MEG Calgary, Canada Area Confirm that you know Kevin Long https://www.linkedin.com/e/j2w180-ggikhybj-3x/isd/1903753444/xYvORBoR/ -

[R] Naming output of a for loop

2010-03-01 Thread Kevin Long
the analysis. Thank-you for your help Kevin Long Example Code: setwd("/Users/kevinlong/Desktop/R Example") list <- list.files() for (x in list) {u <- read.table(x,header = T, sep=",") regression <- lm(u$R~u$T) print(regression) } -- Kevin Long, M.S