Hello R-team ~
I ran across an inconsistency about how within( ) handles expressions
like b<-NULL. (I have found within( ) very handy, by the way.) The
problem appears to crop up when you use something like b<-NULL in the
same within() call that creates a new variable in the data frame. An
This is a multi-part message in MIME format.
--010500030900050501010804
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Dear R Team,
First, thank you for incredibly useful software!
Now the bad news: The attached script (or the original ve