Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.pglm

Diagnostic plots for 'pgls' models.


Description

The function generates four diagnostics plots for 'pgls' models.

Usage

## S3 method for class 'pgls'
plot(x, ...)

Arguments

x

An object of class 'pgls'.

...

Additional arguments to plot functions.

Details

The first two plots show the fit of the phylogenetic residuals from the model to a normal distribution: a density plot of the residuals and a normal Q-Q plot. The second two plots scatterplots show pattern in the distribution of the fitted values against the observed and residual values.

Author(s)

Rob Freckleton, David Orme

See Also

Examples

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)
par(mfrow=c(2,2))
plot(mod1)

caper

Comparative Analyses of Phylogenetics and Evolution in R

v1.0.1
GPL (>= 2)
Authors
David Orme, Rob Freckleton, Gavin Thomas, Thomas Petzoldt, Susanne Fritz, Nick Isaac, Will Pearse
Initial release
2018-04-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.