resid_vs_fitted_plot: Plot of Residuals against Fitted Values

Description Usage Arguments Details

Description

Plots residuals against fitted values for a blm object.

Usage

1
2
resid_vs_fitted_plot(object, show_var = FALSE, id.n = 3,
  labels.id = names(residuals(object)), cex.id = 0.75, ...)

Arguments

object

a blm object.

show_var

display errorbars showing standard deviation on the residuals.

id.n

number of points to be labelled in each plot, starting with the most extreme.

labels.id

vector of labels, from which the labels for extreme points will be chosen. NULL uses observation numbers.

cex.id

magnification of point labels.

...

other arguments passed to plot.

Details

Standard deviation of the residuals is same as for the fitted values.


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