predict_free_wilson_mlr {cinf}R Documentation

Make predictions for MLR model in the Free-Wilson approach

Description

Makes predictions for MLR model in the Free-Wilson approach.

Usage

predict_free_wilson_mlr(t, model, substlist)

Arguments

t

initial table used to build the model

model

MLR model

substlist

list of substitutions, example: list(R1="H", R2="Br")

Value

Predictions


[Package cinf version 0.0-19 Index]