diagnostic_plots: Diagnostic Plots

Description Usage Arguments Details

View source: R/blm_plots.R

Description

Diagnostic plots for a blm object.

Usage

1
2
diagnostic_plots(object, which = c(1:3), show_var = FALSE, id.n = 3,
  labels.id = names(residuals(object)), cex.id = 0.75, qqline = TRUE, ...)

Arguments

object

a blm object.

which

subset of the plots to display.

show_var

display errorbars showing standard deviation on the residuals vs fitted plot.

id.n

number of points to be labelled in each plot, starting with the most extreme. Applies to plots 1 and 2.

labels.id

vector of labels, from which the labels for extreme points will be chosen. NULL uses observation numbers. Applies to plots 1 and 2.

cex.id

magnification of point labels. Applies to plots 1 and 2.

qqline

add qqline to the Q-Q plot.

...

other arguments passed to the plot functions.

Details

The following plots are available:

  1. resid_vs_fitted_plot

  2. scale_location_plot

  3. qq_blm_plot


manschmi/blm documentation built on May 21, 2019, 11:25 a.m.