Peter Dalgaard writes: > There are irregularities, e.g. the fact that you do help(foo), not > help("foo"), but they tend to get a pain in the long run (How do you > get help on a name contained in a variable?
v <- "lm"; help(v) works for me :-) (But I totally agree that the regularity of R (or S) is part of what makes it so much better than for instance Matlab. At least for me.) -- Bjørn-Helge Mevik ______________________________________________ [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