Learn R Programming

mdatools (version 0.13.1)

ipls.backward: Runs the backward iPLS algorithm

Description

Runs the backward iPLS algorithm

Usage

ipls.backward(x, y, obj, int.stat, glob.stat, full)

Arguments

x

a matrix with predictor values.

y

a vector with response values.

obj

object with initial settings for iPLS algorithm.

int.stat

data frame with initial interval statistics.

glob.stat

data frame with initial global statistics.

full

logical, if TRUE the procedure will continue even if no improvements is observed.