On Sat, 13 Aug 2005, Prof Brian Ripley wrote: > I suspect you want > > AdjForBase2 <- function (data, inds) > > and to refer to data[inds, 1] and data[inds, 2], but since your code is > completely devoid of spaces and indentation, I have paid it little > attention.
http://msr.uwaterloo.ca/msr2005/papers/27.pdf describes a study of student computer science projects from CVS logs in which the only code feature correlated with the final grade was the number of times a space was used after a comma. [I'm not sure I like their analysis, though]. -thomas ______________________________________________ [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
