Learn R Programming

pls (version 2.1-0)

delete.intercept: Delete intercept from model matrix

Description

A utility function to delete any intercept column from a model matrix, and adjust the "assign" attribute correspondingly. It is used by formula handling functions like mvr and model.matrix.mvr.

Usage

delete.intercept(mm)

Arguments

Value

  • A model matrix without intercept column.

encoding

latin1

See Also

mvr, model.matrix.mvr