regplot: Plot function for a regression model

regplotR Documentation

Plot function for a regression model

Description

Plot a regression model on a 2-D plot. The predictor x should be one-dimensional.

Usage

regplot(model, x, y, margin = 0.1, ...)

Arguments

model

The model to be plotted.

x

The predictor vector.

y

The response vector.

margin

A margin parameter.

...

Other graphical parameters

Examples

require (datasets)
data (cars)
model = POLYREG (cars [, -2], cars [, 2])
regplot (model, cars [, -2], cars [, 2])

fdm2id documentation built on Aug. 28, 2026, 9:07 a.m.