Skip to content
Prev 304563 / 398503 Next

tapply confusion

On Aug 30, 2012, at 4:02 AM, andyspeak wrote:

            
lapply( split(dfrm, dfrm$Month), function(xfrm) {
                  kruskal.test(xfrm[["Temp"]], xfrm[["Roof"]] }

Notice that I used an assumed name for the dataframe. You have  
apparently been following unwise advice to use attach. You would be  
advised to disregard that advice.