plot_mlr_model: Makes scatter plot for MLR model

Description Usage Arguments Examples

Description

Makes scatter plot for MLR model

Usage

1

Arguments

model

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (model) 
{
    plot_regr(fitted.values(model), fitted.values(model) + residuals(model))
  }

conmolfields documentation built on May 2, 2019, 4:18 p.m.