plot_mlr_model {conmolfields}R Documentation

Makes scatter plot for MLR model

Description

Makes scatter plot for MLR model

Usage

plot_mlr_model(model)

Arguments

model

Examples

##---- 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))
  }

[Package conmolfields version 0.0-19 Index]