Skip to content
Prev 140621 / 398506 Next

panel function question

On 3/27/08, Weidong Gu <wgu at uab.edu> wrote:
A reproducible example would have helped; I don't think I understand
what exactly you want to produce. As a general rule though, it's
usually easier to do things if you have a single data frame, which in
this case might be produced by

combined <- make.groups(df.house, df.habitat)

This will have a new variable called 'which' indicating the source,
and you could use this variable in your call.

-Deepayan