Thomas Lumley <tlumley at u.washington.edu> 15/01/2010 16:07 >>>
Which should I use or does it matter, please?
I would say to use = if you are teaching people familiar with C or
Java, and to use <- otherwise.
Nothing like an option to induce polarisation!
'=' is used in at least two contexts in R, one of which does not imply
formal assignment.
'<-' (and the left-to-right version '->') only mean formal assignment.
It is nearly always better in teaching programming languages to teach
the unambiguous/'always safe' form first or only.