Skip to content
Prev 4781 / 7420 Next

plyr and mvabund, conceptual issue

It's really hard to help with out a minimal reproducible example, but
normally a dlply call would look more like this:

mva.out <- dlply(Tasmania, "block", function(df) {
  mvabund(block ~ treatment, data = df)
})

Hadley
On Tue, Oct 28, 2014 at 6:31 PM, Maas, Kendra <kendrami at mail.ubc.ca> wrote: