Skip to content

Instantly share code, notes, and snippets.

@timcdlucas
Created August 2, 2015 00:14
Show Gist options
  • Save timcdlucas/b54c199f16cd3cfa01e4 to your computer and use it in GitHub Desktop.
Save timcdlucas/b54c199f16cd3cfa01e4 to your computer and use it in GitHub Desktop.
data(shorebird)
shorebird <- comparative.data(shorebird.tree, shorebird.data, Species, vcv=TRUE, vcv.dim=3)
mod1 <- pgls(log(Egg.Mass) ~ log(M.Mass) * log(F.Mass), shorebird)
print(mod1)
mod1.sum <- summary(mod1)
print(mod1.sum)
mod1.aov <- anova(mod1)
print(mod1.aov)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment