plot.blm: Plot a blm object

Description Usage Arguments Value

Description

This function makes plots of a blm object.

Usage

1
2
## S3 method for class 'blm'
plot(x, parm = NULL, ...)

Arguments

x

the blm object

parm

a vector with the name of the responsevariable and the name of the predictor varialbe to be plotted. Only the first two variables in the vector is considered. Default NULL. If not provided the first predictor in the model will be used as predictor.

...

any extra parameters

Value

a x-y plot with the data points and the line from the blm-fit and a residual plot


RandiIP/blm documentation built on May 9, 2019, 9:21 a.m.