Skip to content
Prev 304064 / 398506 Next

(no subject)

Hello,

You must post a data example to get some help. Use

dput( head(tth, 50) )  # paste the output of this in a post

As for the warnings, they are not errors. They are telling you that it 
can't make a replacement. substitute(x) is probably returning NULL and 
the aggregate return value's column names are ill formed, 'count..' 
where it should be 'count.Mins.to.hospital'.

Anyway, post a data example.

Hope this helps,

Rui Barradas

Em 24-08-2012 13:51, Lynn Hutchings escreveu: