ESS assigns .Last.value to the wrong place in R
Rodney Sparapani
rsparapa at post.its.mcw.edu
Fri Aug 8 16:41:54 CEST 2003
David:
Thanks for the fix. Checked in; see below:
> find(".Last.value")
[1] "package:base"
> 0+1
[1] 1
> .Last.value
[1] 1
> ?seq
> 0+2
[1] 2
> .Last.value
[1] 2
> find(".Last.value")
[1] "package:base"
Rodney Sparapani Medical College of Wisconsin
Sr. Biostatistician Patient Care & Outcomes Research
rsparapa at mcw.edu http://www.mcw.edu/pcor
Was 'Name That Tune' rigged? WWLD -- What Would Lombardi Do
More information about the ESS-help
mailing list