Skip to content

An introduction to R: 6.3.2

2 messages · MM, Peter Dalgaard

MM
#
----
The?$?notation, such as?accountants$statef,?
----

shouldn't it be 

----
The $ notation, such as accountants$home, 
----

instead?

regards,
#
On Jan 23, 2011, at 19:32 , MM wrote:

            
Yes... (Not strictly incorrect, but confusing when we have

accountants <- data.frame(home=statef, loot=incomes, shot=incomef)

a couple of lines earlier.)

Fixed for r-devel.